qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: add/replace backups for some s390 areas
@ 2021-03-25 13:55 Matthew Rosato
  2021-03-25 14:00 ` Pierre Morel
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Matthew Rosato @ 2021-03-25 13:55 UTC (permalink / raw)
  To: cohuck
  Cc: jjherne, akrowiak, farman, pmorel, qemu-s390x, thuth, qemu-devel,
	pasic, borntraeger, alex.williamson

S390 PCI currently has no backup, add one.  Add an additional backup
for vfio-ccw and refresh the backup for vfio-ap.

Signed-off-by: Matthew Rosato <mjrosato@linux.ibm.com>
---
 MAINTAINERS | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 554be84..5620fc8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1516,6 +1516,7 @@ L: qemu-s390x@nongnu.org
 
 S390 PCI
 M: Matthew Rosato <mjrosato@linux.ibm.com>
+M: Eric Farman <farman@linux.ibm.com>
 S: Supported
 F: hw/s390x/s390-pci*
 F: include/hw/s390x/s390-pci*
@@ -1830,6 +1831,7 @@ F: docs/igd-assign.txt
 vfio-ccw
 M: Cornelia Huck <cohuck@redhat.com>
 M: Eric Farman <farman@linux.ibm.com>
+M: Matthew Rosato <mjrosato@linux.ibm.com>
 S: Supported
 F: hw/vfio/ccw.c
 F: hw/s390x/s390-ccw.c
@@ -1839,10 +1841,9 @@ T: git https://gitlab.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.ibm.com>
 M: Halil Pasic <pasic@linux.ibm.com>
-M: Pierre Morel <pmorel@linux.ibm.com>
+M: Jason Herne <jjherne@linux.ibm.com>
 S: Supported
 F: hw/s390x/ap-device.c
 F: hw/s390x/ap-bridge.c
-- 
1.8.3.1



^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [PATCH] MAINTAINERS: add/replace backups for some s390 areas
  2021-03-25 13:55 [PATCH] MAINTAINERS: add/replace backups for some s390 areas Matthew Rosato
@ 2021-03-25 14:00 ` Pierre Morel
  2021-03-25 14:01 ` Eric Farman
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Pierre Morel @ 2021-03-25 14:00 UTC (permalink / raw)
  To: Matthew Rosato, cohuck
  Cc: jjherne, akrowiak, farman, alex.williamson, thuth, qemu-devel,
	pasic, borntraeger, qemu-s390x



On 3/25/21 2:55 PM, Matthew Rosato wrote:
> S390 PCI currently has no backup, add one.  Add an additional backup
> for vfio-ccw and refresh the backup for vfio-ap.
> 
> Signed-off-by: Matthew Rosato <mjrosato@linux.ibm.com>
> ---
>   MAINTAINERS | 5 +++--
>   1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 554be84..5620fc8 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1516,6 +1516,7 @@ L: qemu-s390x@nongnu.org
>   
>   S390 PCI
>   M: Matthew Rosato <mjrosato@linux.ibm.com>
> +M: Eric Farman <farman@linux.ibm.com>
>   S: Supported
>   F: hw/s390x/s390-pci*
>   F: include/hw/s390x/s390-pci*
> @@ -1830,6 +1831,7 @@ F: docs/igd-assign.txt
>   vfio-ccw
>   M: Cornelia Huck <cohuck@redhat.com>
>   M: Eric Farman <farman@linux.ibm.com>
> +M: Matthew Rosato <mjrosato@linux.ibm.com>
>   S: Supported
>   F: hw/vfio/ccw.c
>   F: hw/s390x/s390-ccw.c
> @@ -1839,10 +1841,9 @@ T: git https://gitlab.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.ibm.com>
>   M: Halil Pasic <pasic@linux.ibm.com>
> -M: Pierre Morel <pmorel@linux.ibm.com>
> +M: Jason Herne <jjherne@linux.ibm.com>
>   S: Supported
>   F: hw/s390x/ap-device.c
>   F: hw/s390x/ap-bridge.c
> 

Acked-by: Pierre Morel <pmorel@linux.ibm.com>


-- 
Pierre Morel
IBM Lab Boeblingen


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] MAINTAINERS: add/replace backups for some s390 areas
  2021-03-25 13:55 [PATCH] MAINTAINERS: add/replace backups for some s390 areas Matthew Rosato
  2021-03-25 14:00 ` Pierre Morel
@ 2021-03-25 14:01 ` Eric Farman
  2021-03-25 14:24 ` Halil Pasic
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Eric Farman @ 2021-03-25 14:01 UTC (permalink / raw)
  To: Matthew Rosato, cohuck
  Cc: jjherne, akrowiak, thuth, pmorel, qemu-s390x, qemu-devel, pasic,
	borntraeger, alex.williamson



On 3/25/21 9:55 AM, Matthew Rosato wrote:
> S390 PCI currently has no backup, add one.  Add an additional backup
> for vfio-ccw and refresh the backup for vfio-ap.
> 
> Signed-off-by: Matthew Rosato <mjrosato@linux.ibm.com>

Acked-by: Eric Farman <farman@linux.ibm.com>

> ---
>   MAINTAINERS | 5 +++--
>   1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 554be84..5620fc8 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1516,6 +1516,7 @@ L: qemu-s390x@nongnu.org
>   
>   S390 PCI
>   M: Matthew Rosato <mjrosato@linux.ibm.com>
> +M: Eric Farman <farman@linux.ibm.com>
>   S: Supported
>   F: hw/s390x/s390-pci*
>   F: include/hw/s390x/s390-pci*
> @@ -1830,6 +1831,7 @@ F: docs/igd-assign.txt
>   vfio-ccw
>   M: Cornelia Huck <cohuck@redhat.com>
>   M: Eric Farman <farman@linux.ibm.com>
> +M: Matthew Rosato <mjrosato@linux.ibm.com>
>   S: Supported
>   F: hw/vfio/ccw.c
>   F: hw/s390x/s390-ccw.c
> @@ -1839,10 +1841,9 @@ T: git https://gitlab.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.ibm.com>
>   M: Halil Pasic <pasic@linux.ibm.com>
> -M: Pierre Morel <pmorel@linux.ibm.com>
> +M: Jason Herne <jjherne@linux.ibm.com>
>   S: Supported
>   F: hw/s390x/ap-device.c
>   F: hw/s390x/ap-bridge.c
> 


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] MAINTAINERS: add/replace backups for some s390 areas
  2021-03-25 13:55 [PATCH] MAINTAINERS: add/replace backups for some s390 areas Matthew Rosato
  2021-03-25 14:00 ` Pierre Morel
  2021-03-25 14:01 ` Eric Farman
@ 2021-03-25 14:24 ` Halil Pasic
  2021-03-25 18:57 ` Jason J. Herne
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Halil Pasic @ 2021-03-25 14:24 UTC (permalink / raw)
  To: Matthew Rosato
  Cc: jjherne, akrowiak, farman, pmorel, qemu-s390x, cohuck, thuth,
	qemu-devel, borntraeger, alex.williamson

On Thu, 25 Mar 2021 09:55:09 -0400
Matthew Rosato <mjrosato@linux.ibm.com> wrote:

> S390 PCI currently has no backup, add one.  Add an additional backup
> for vfio-ccw and refresh the backup for vfio-ap.
> 
> Signed-off-by: Matthew Rosato <mjrosato@linux.ibm.com>

Acked-by: Halil Pasic <pasic@linux.ibm.com>


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] MAINTAINERS: add/replace backups for some s390 areas
  2021-03-25 13:55 [PATCH] MAINTAINERS: add/replace backups for some s390 areas Matthew Rosato
                   ` (2 preceding siblings ...)
  2021-03-25 14:24 ` Halil Pasic
@ 2021-03-25 18:57 ` Jason J. Herne
  2021-03-26  8:50 ` Christian Borntraeger
  2021-03-29 14:40 ` Cornelia Huck
  5 siblings, 0 replies; 7+ messages in thread
From: Jason J. Herne @ 2021-03-25 18:57 UTC (permalink / raw)
  To: Matthew Rosato, cohuck
  Cc: akrowiak, farman, pmorel, qemu-s390x, thuth, qemu-devel, pasic,
	borntraeger, alex.williamson

On 3/25/21 9:55 AM, Matthew Rosato wrote:
> S390 PCI currently has no backup, add one.  Add an additional backup
> for vfio-ccw and refresh the backup for vfio-ap.
> 
> Signed-off-by: Matthew Rosato <mjrosato@linux.ibm.com>
> ---
>   MAINTAINERS | 5 +++--
>   1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 554be84..5620fc8 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1516,6 +1516,7 @@ L: qemu-s390x@nongnu.org
>   
>   S390 PCI
>   M: Matthew Rosato <mjrosato@linux.ibm.com>
> +M: Eric Farman <farman@linux.ibm.com>
>   S: Supported
>   F: hw/s390x/s390-pci*
>   F: include/hw/s390x/s390-pci*
> @@ -1830,6 +1831,7 @@ F: docs/igd-assign.txt
>   vfio-ccw
>   M: Cornelia Huck <cohuck@redhat.com>
>   M: Eric Farman <farman@linux.ibm.com>
> +M: Matthew Rosato <mjrosato@linux.ibm.com>
>   S: Supported
>   F: hw/vfio/ccw.c
>   F: hw/s390x/s390-ccw.c
> @@ -1839,10 +1841,9 @@ T: git https://gitlab.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.ibm.com>
>   M: Halil Pasic <pasic@linux.ibm.com>
> -M: Pierre Morel <pmorel@linux.ibm.com>
> +M: Jason Herne <jjherne@linux.ibm.com>

Acked-by: Jason J. Herne <jjherne@linux.ibm.com>

-- 
-- Jason J. Herne (jjherne@linux.ibm.com)


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] MAINTAINERS: add/replace backups for some s390 areas
  2021-03-25 13:55 [PATCH] MAINTAINERS: add/replace backups for some s390 areas Matthew Rosato
                   ` (3 preceding siblings ...)
  2021-03-25 18:57 ` Jason J. Herne
@ 2021-03-26  8:50 ` Christian Borntraeger
  2021-03-29 14:40 ` Cornelia Huck
  5 siblings, 0 replies; 7+ messages in thread
From: Christian Borntraeger @ 2021-03-26  8:50 UTC (permalink / raw)
  To: Matthew Rosato, cohuck
  Cc: jjherne, akrowiak, farman, pmorel, qemu-s390x, thuth, qemu-devel,
	pasic, alex.williamson



On 25.03.21 14:55, Matthew Rosato wrote:
> S390 PCI currently has no backup, add one.  Add an additional backup
> for vfio-ccw and refresh the backup for vfio-ap.
> 
> Signed-off-by: Matthew Rosato <mjrosato@linux.ibm.com>

Acked-by: Christian Borntraeger <borntraeger@de.ibm.com>
> ---
>   MAINTAINERS | 5 +++--
>   1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 554be84..5620fc8 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1516,6 +1516,7 @@ L: qemu-s390x@nongnu.org
>   
>   S390 PCI
>   M: Matthew Rosato <mjrosato@linux.ibm.com>
> +M: Eric Farman <farman@linux.ibm.com>
>   S: Supported
>   F: hw/s390x/s390-pci*
>   F: include/hw/s390x/s390-pci*
> @@ -1830,6 +1831,7 @@ F: docs/igd-assign.txt
>   vfio-ccw
>   M: Cornelia Huck <cohuck@redhat.com>
>   M: Eric Farman <farman@linux.ibm.com>
> +M: Matthew Rosato <mjrosato@linux.ibm.com>
>   S: Supported
>   F: hw/vfio/ccw.c
>   F: hw/s390x/s390-ccw.c
> @@ -1839,10 +1841,9 @@ T: git https://gitlab.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.ibm.com>
>   M: Halil Pasic <pasic@linux.ibm.com>
> -M: Pierre Morel <pmorel@linux.ibm.com>
> +M: Jason Herne <jjherne@linux.ibm.com>
>   S: Supported
>   F: hw/s390x/ap-device.c
>   F: hw/s390x/ap-bridge.c
> 


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] MAINTAINERS: add/replace backups for some s390 areas
  2021-03-25 13:55 [PATCH] MAINTAINERS: add/replace backups for some s390 areas Matthew Rosato
                   ` (4 preceding siblings ...)
  2021-03-26  8:50 ` Christian Borntraeger
@ 2021-03-29 14:40 ` Cornelia Huck
  5 siblings, 0 replies; 7+ messages in thread
From: Cornelia Huck @ 2021-03-29 14:40 UTC (permalink / raw)
  To: Matthew Rosato
  Cc: jjherne, akrowiak, farman, pmorel, qemu-s390x, thuth, qemu-devel,
	pasic, borntraeger, alex.williamson

On Thu, 25 Mar 2021 09:55:09 -0400
Matthew Rosato <mjrosato@linux.ibm.com> wrote:

> S390 PCI currently has no backup, add one.  Add an additional backup
> for vfio-ccw and refresh the backup for vfio-ap.
> 
> Signed-off-by: Matthew Rosato <mjrosato@linux.ibm.com>
> ---
>  MAINTAINERS | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)

Thanks everyone!

Queued to both s390-next and s390-fixes (don't know yet which one will
get the next pull request.)



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-03-29 14:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-25 13:55 [PATCH] MAINTAINERS: add/replace backups for some s390 areas Matthew Rosato
2021-03-25 14:00 ` Pierre Morel
2021-03-25 14:01 ` Eric Farman
2021-03-25 14:24 ` Halil Pasic
2021-03-25 18:57 ` Jason J. Herne
2021-03-26  8:50 ` Christian Borntraeger
2021-03-29 14:40 ` Cornelia Huck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).