diff mbox series

[v5,6/6] MAINTAINERS: add entries for AP

Message ID 1525782303-16940-7-git-send-email-akrowiak@linux.vnet.ibm.com
State New
Headers show
Series s390x: vfio-ap: guest dedicated crypto adapters | expand

Commit Message

Tony Krowiak May 8, 2018, 12:25 p.m. UTC
Added entries for the s390 adjunct processor (AP) support.

Signed-off-by: Tony Krowiak <akrowiak@linux.vnet.ibm.com>
---
 MAINTAINERS |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

Comments

Cornelia Huck May 8, 2018, 12:46 p.m. UTC | #1
On Tue,  8 May 2018 08:25:03 -0400
Tony Krowiak <akrowiak@linux.vnet.ibm.com> wrote:

> Added entries for the s390 adjunct processor (AP) support.
> 
> Signed-off-by: Tony Krowiak <akrowiak@linux.vnet.ibm.com>
> ---
>  MAINTAINERS |   14 ++++++++++++++
>  1 files changed, 14 insertions(+), 0 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 459e359..c9e8d7b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -82,6 +82,7 @@ S390
>  M: Cornelia Huck <cohuck@redhat.com>
>  S: Supported
>  F: default-configs/s390x-softmmu.mak
> +F: docs/vfio-ap.txt
>  F: gdb-xml/s390*.xml
>  F: hw/char/sclp*.[hc]
>  F: hw/char/terminal3270.c
> @@ -89,6 +90,7 @@ F: hw/intc/s390_flic.c
>  F: hw/intc/s390_flic_kvm.c
>  F: hw/s390x/
>  F: hw/vfio/ccw.c
> +F: hw/vfio/ap.c
>  F: hw/watchdog/wdt_diag288.c
>  F: include/hw/s390x/
>  F: include/hw/watchdog/wdt_diag288.h
> @@ -1152,6 +1154,18 @@ F: include/hw/s390x/s390-ccw.h
>  T: git git://github.com/cohuck/qemu.git s390-next
>  L: qemu-s390x@nongnu.org
>  
> +vfio-ap
> +M: Christian Borntraeger <borntraeger@de.ibm.com>
> +M: Tony Krowiak <akrowiak@linux.vnet.ibm.com>
> +M: Halil Pasic <pasic@linux.vnet.ibm.com>
> +M: Pierre Morel <pmorel@linux.vnet.ibm.com>

Dumb question: Aren't you folks dropping the 'vnet' part in the future?

> +S: Maintained
> +F: hw/vfio/ap.c
> +F: hw/s390x/ap-device.c
> +F: include/hw/s390x/ap-device.h
> +F: docs/vfio-ap.txt
> +L: qemu-s390x@nongnu.org
> +
>  vhost
>  M: Michael S. Tsirkin <mst@redhat.com>
>  S: Supported
Cornelia Huck May 8, 2018, 12:47 p.m. UTC | #2
On Tue, 8 May 2018 14:46:08 +0200
Cornelia Huck <cohuck@redhat.com> wrote:

> On Tue,  8 May 2018 08:25:03 -0400
> Tony Krowiak <akrowiak@linux.vnet.ibm.com> wrote:
> 
> > Added entries for the s390 adjunct processor (AP) support.
> > 
> > Signed-off-by: Tony Krowiak <akrowiak@linux.vnet.ibm.com>
> > ---
> >  MAINTAINERS |   14 ++++++++++++++
> >  1 files changed, 14 insertions(+), 0 deletions(-)
> > 
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 459e359..c9e8d7b 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -82,6 +82,7 @@ S390
> >  M: Cornelia Huck <cohuck@redhat.com>
> >  S: Supported
> >  F: default-configs/s390x-softmmu.mak
> > +F: docs/vfio-ap.txt
> >  F: gdb-xml/s390*.xml
> >  F: hw/char/sclp*.[hc]
> >  F: hw/char/terminal3270.c
> > @@ -89,6 +90,7 @@ F: hw/intc/s390_flic.c
> >  F: hw/intc/s390_flic_kvm.c
> >  F: hw/s390x/
> >  F: hw/vfio/ccw.c
> > +F: hw/vfio/ap.c
> >  F: hw/watchdog/wdt_diag288.c
> >  F: include/hw/s390x/
> >  F: include/hw/watchdog/wdt_diag288.h
> > @@ -1152,6 +1154,18 @@ F: include/hw/s390x/s390-ccw.h
> >  T: git git://github.com/cohuck/qemu.git s390-next
> >  L: qemu-s390x@nongnu.org
> >  
> > +vfio-ap
> > +M: Christian Borntraeger <borntraeger@de.ibm.com>
> > +M: Tony Krowiak <akrowiak@linux.vnet.ibm.com>
> > +M: Halil Pasic <pasic@linux.vnet.ibm.com>
> > +M: Pierre Morel <pmorel@linux.vnet.ibm.com>  
> 
> Dumb question: Aren't you folks dropping the 'vnet' part in the future?
> 
> > +S: Maintained

Oh, and don't you want to make this 'Supported' (as for the other s390x
entries)?

> > +F: hw/vfio/ap.c
> > +F: hw/s390x/ap-device.c
> > +F: include/hw/s390x/ap-device.h
> > +F: docs/vfio-ap.txt
> > +L: qemu-s390x@nongnu.org
> > +
> >  vhost
> >  M: Michael S. Tsirkin <mst@redhat.com>
> >  S: Supported  
>
Halil Pasic May 8, 2018, 1:47 p.m. UTC | #3
On 05/08/2018 02:46 PM, Cornelia Huck wrote:
> On Tue,  8 May 2018 08:25:03 -0400
> Tony Krowiak <akrowiak@linux.vnet.ibm.com> wrote:
> 
>> Added entries for the s390 adjunct processor (AP) support.
>>
>> Signed-off-by: Tony Krowiak <akrowiak@linux.vnet.ibm.com>
>> ---
>>   MAINTAINERS |   14 ++++++++++++++
>>   1 files changed, 14 insertions(+), 0 deletions(-)

[..]

>> +M: Christian Borntraeger <borntraeger@de.ibm.com>
>> +M: Tony Krowiak <akrowiak@linux.vnet.ibm.com>
>> +M: Halil Pasic <pasic@linux.vnet.ibm.com>
>> +M: Pierre Morel <pmorel@linux.vnet.ibm.com>
> 
> Dumb question: Aren't you folks dropping the 'vnet' part in the future?
> 

Not dumb at all. Please drop 'vnet' (at least for me).

[..]
Alexey Kardashevskiy May 9, 2018, 3:46 a.m. UTC | #4
On 8/5/18 10:46 pm, Cornelia Huck wrote:
> On Tue,  8 May 2018 08:25:03 -0400
> Tony Krowiak <akrowiak@linux.vnet.ibm.com> wrote:
> 
>> Added entries for the s390 adjunct processor (AP) support.
>>
>> Signed-off-by: Tony Krowiak <akrowiak@linux.vnet.ibm.com>
>> ---
>>  MAINTAINERS |   14 ++++++++++++++
>>  1 files changed, 14 insertions(+), 0 deletions(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 459e359..c9e8d7b 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -82,6 +82,7 @@ S390
>>  M: Cornelia Huck <cohuck@redhat.com>
>>  S: Supported
>>  F: default-configs/s390x-softmmu.mak
>> +F: docs/vfio-ap.txt
>>  F: gdb-xml/s390*.xml
>>  F: hw/char/sclp*.[hc]
>>  F: hw/char/terminal3270.c
>> @@ -89,6 +90,7 @@ F: hw/intc/s390_flic.c
>>  F: hw/intc/s390_flic_kvm.c
>>  F: hw/s390x/
>>  F: hw/vfio/ccw.c
>> +F: hw/vfio/ap.c
>>  F: hw/watchdog/wdt_diag288.c
>>  F: include/hw/s390x/
>>  F: include/hw/watchdog/wdt_diag288.h
>> @@ -1152,6 +1154,18 @@ F: include/hw/s390x/s390-ccw.h
>>  T: git git://github.com/cohuck/qemu.git s390-next
>>  L: qemu-s390x@nongnu.org
>>  
>> +vfio-ap
>> +M: Christian Borntraeger <borntraeger@de.ibm.com>
>> +M: Tony Krowiak <akrowiak@linux.vnet.ibm.com>
>> +M: Halil Pasic <pasic@linux.vnet.ibm.com>
>> +M: Pierre Morel <pmorel@linux.vnet.ibm.com>
> 
> Dumb question: Aren't you folks dropping the 'vnet' part in the future?


They should keep working for quite some time though, it has been spread way
too much.


> 
>> +S: Maintained
>> +F: hw/vfio/ap.c
>> +F: hw/s390x/ap-device.c
>> +F: include/hw/s390x/ap-device.h
>> +F: docs/vfio-ap.txt
>> +L: qemu-s390x@nongnu.org
>> +
>>  vhost
>>  M: Michael S. Tsirkin <mst@redhat.com>
>>  S: Supported
> 
>
Tony Krowiak May 9, 2018, 1:28 p.m. UTC | #5
On 05/08/2018 08:46 AM, Cornelia Huck wrote:
> On Tue,  8 May 2018 08:25:03 -0400
> Tony Krowiak <akrowiak@linux.vnet.ibm.com> wrote:
>
>> Added entries for the s390 adjunct processor (AP) support.
>>
>> Signed-off-by: Tony Krowiak <akrowiak@linux.vnet.ibm.com>
>> ---
>>   MAINTAINERS |   14 ++++++++++++++
>>   1 files changed, 14 insertions(+), 0 deletions(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 459e359..c9e8d7b 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -82,6 +82,7 @@ S390
>>   M: Cornelia Huck <cohuck@redhat.com>
>>   S: Supported
>>   F: default-configs/s390x-softmmu.mak
>> +F: docs/vfio-ap.txt
>>   F: gdb-xml/s390*.xml
>>   F: hw/char/sclp*.[hc]
>>   F: hw/char/terminal3270.c
>> @@ -89,6 +90,7 @@ F: hw/intc/s390_flic.c
>>   F: hw/intc/s390_flic_kvm.c
>>   F: hw/s390x/
>>   F: hw/vfio/ccw.c
>> +F: hw/vfio/ap.c
>>   F: hw/watchdog/wdt_diag288.c
>>   F: include/hw/s390x/
>>   F: include/hw/watchdog/wdt_diag288.h
>> @@ -1152,6 +1154,18 @@ F: include/hw/s390x/s390-ccw.h
>>   T: git git://github.com/cohuck/qemu.git s390-next
>>   L: qemu-s390x@nongnu.org
>>   
>> +vfio-ap
>> +M: Christian Borntraeger <borntraeger@de.ibm.com>
>> +M: Tony Krowiak <akrowiak@linux.vnet.ibm.com>
>> +M: Halil Pasic <pasic@linux.vnet.ibm.com>
>> +M: Pierre Morel <pmorel@linux.vnet.ibm.com>
> Dumb question: Aren't you folks dropping the 'vnet' part in the future?

I hadn't heard that, but that doesn't necessarily mean it is not the case.

>
>> +S: Maintained
>> +F: hw/vfio/ap.c
>> +F: hw/s390x/ap-device.c
>> +F: include/hw/s390x/ap-device.h
>> +F: docs/vfio-ap.txt
>> +L: qemu-s390x@nongnu.org
>> +
>>   vhost
>>   M: Michael S. Tsirkin <mst@redhat.com>
>>   S: Supported
Tony Krowiak May 9, 2018, 1:29 p.m. UTC | #6
On 05/08/2018 08:47 AM, Cornelia Huck wrote:
> On Tue, 8 May 2018 14:46:08 +0200
> Cornelia Huck <cohuck@redhat.com> wrote:
>
>> On Tue,  8 May 2018 08:25:03 -0400
>> Tony Krowiak <akrowiak@linux.vnet.ibm.com> wrote:
>>
>>> Added entries for the s390 adjunct processor (AP) support.
>>>
>>> Signed-off-by: Tony Krowiak <akrowiak@linux.vnet.ibm.com>
>>> ---
>>>   MAINTAINERS |   14 ++++++++++++++
>>>   1 files changed, 14 insertions(+), 0 deletions(-)
>>>
>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>> index 459e359..c9e8d7b 100644
>>> --- a/MAINTAINERS
>>> +++ b/MAINTAINERS
>>> @@ -82,6 +82,7 @@ S390
>>>   M: Cornelia Huck <cohuck@redhat.com>
>>>   S: Supported
>>>   F: default-configs/s390x-softmmu.mak
>>> +F: docs/vfio-ap.txt
>>>   F: gdb-xml/s390*.xml
>>>   F: hw/char/sclp*.[hc]
>>>   F: hw/char/terminal3270.c
>>> @@ -89,6 +90,7 @@ F: hw/intc/s390_flic.c
>>>   F: hw/intc/s390_flic_kvm.c
>>>   F: hw/s390x/
>>>   F: hw/vfio/ccw.c
>>> +F: hw/vfio/ap.c
>>>   F: hw/watchdog/wdt_diag288.c
>>>   F: include/hw/s390x/
>>>   F: include/hw/watchdog/wdt_diag288.h
>>> @@ -1152,6 +1154,18 @@ F: include/hw/s390x/s390-ccw.h
>>>   T: git git://github.com/cohuck/qemu.git s390-next
>>>   L: qemu-s390x@nongnu.org
>>>   
>>> +vfio-ap
>>> +M: Christian Borntraeger <borntraeger@de.ibm.com>
>>> +M: Tony Krowiak <akrowiak@linux.vnet.ibm.com>
>>> +M: Halil Pasic <pasic@linux.vnet.ibm.com>
>>> +M: Pierre Morel <pmorel@linux.vnet.ibm.com>
>> Dumb question: Aren't you folks dropping the 'vnet' part in the future?
>>
>>> +S: Maintained
> Oh, and don't you want to make this 'Supported' (as for the other s390x
> entries)?

Yes, I'll make that change.

>
>>> +F: hw/vfio/ap.c
>>> +F: hw/s390x/ap-device.c
>>> +F: include/hw/s390x/ap-device.h
>>> +F: docs/vfio-ap.txt
>>> +L: qemu-s390x@nongnu.org
>>> +
>>>   vhost
>>>   M: Michael S. Tsirkin <mst@redhat.com>
>>>   S: Supported
Tony Krowiak May 9, 2018, 1:30 p.m. UTC | #7
On 05/08/2018 09:47 AM, Halil Pasic wrote:
>
>
> On 05/08/2018 02:46 PM, Cornelia Huck wrote:
>> On Tue,  8 May 2018 08:25:03 -0400
>> Tony Krowiak <akrowiak@linux.vnet.ibm.com> wrote:
>>
>>> Added entries for the s390 adjunct processor (AP) support.
>>>
>>> Signed-off-by: Tony Krowiak <akrowiak@linux.vnet.ibm.com>
>>> ---
>>>   MAINTAINERS |   14 ++++++++++++++
>>>   1 files changed, 14 insertions(+), 0 deletions(-)
>
> [..]
>
>>> +M: Christian Borntraeger <borntraeger@de.ibm.com>
>>> +M: Tony Krowiak <akrowiak@linux.vnet.ibm.com>
>>> +M: Halil Pasic <pasic@linux.vnet.ibm.com>
>>> +M: Pierre Morel <pmorel@linux.vnet.ibm.com>
>>
>> Dumb question: Aren't you folks dropping the 'vnet' part in the future?
>>
>
> Not dumb at all. Please drop 'vnet' (at least for me).

I was not aware of that change.

>
>
> [..]
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 459e359..c9e8d7b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -82,6 +82,7 @@  S390
 M: Cornelia Huck <cohuck@redhat.com>
 S: Supported
 F: default-configs/s390x-softmmu.mak
+F: docs/vfio-ap.txt
 F: gdb-xml/s390*.xml
 F: hw/char/sclp*.[hc]
 F: hw/char/terminal3270.c
@@ -89,6 +90,7 @@  F: hw/intc/s390_flic.c
 F: hw/intc/s390_flic_kvm.c
 F: hw/s390x/
 F: hw/vfio/ccw.c
+F: hw/vfio/ap.c
 F: hw/watchdog/wdt_diag288.c
 F: include/hw/s390x/
 F: include/hw/watchdog/wdt_diag288.h
@@ -1152,6 +1154,18 @@  F: include/hw/s390x/s390-ccw.h
 T: git git://github.com/cohuck/qemu.git s390-next
 L: qemu-s390x@nongnu.org
 
+vfio-ap
+M: Christian Borntraeger <borntraeger@de.ibm.com>
+M: Tony Krowiak <akrowiak@linux.vnet.ibm.com>
+M: Halil Pasic <pasic@linux.vnet.ibm.com>
+M: Pierre Morel <pmorel@linux.vnet.ibm.com>
+S: Maintained
+F: hw/vfio/ap.c
+F: hw/s390x/ap-device.c
+F: include/hw/s390x/ap-device.h
+F: docs/vfio-ap.txt
+L: qemu-s390x@nongnu.org
+
 vhost
 M: Michael S. Tsirkin <mst@redhat.com>
 S: Supported