qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Update s390 vhost entries
@ 2022-05-25 14:58 Eric Farman
  2022-05-30  8:48 ` Cornelia Huck
  2022-06-01 15:51 ` Thomas Huth
  0 siblings, 2 replies; 3+ messages in thread
From: Eric Farman @ 2022-05-25 14:58 UTC (permalink / raw)
  To: Cornelia Huck, Halil Pasic, Thomas Huth
  Cc: qemu-devel, qemu-s390x, Eric Farman

Commit 7a523d96a0 ("virtio-ccw: move vhost_ccw_scsi to a separate file")
introduced a new file hw/s390x/vhost-scsi-ccw.c, which received a
couple comments [1][2] to update MAINTAINERS that were missed.

Fix that by making the vhost CCW entries a wildcard.

[1] https://lore.kernel.org/r/d8d2bbd5021076bdba444d31a6da74f507baede3.camel@linux.ibm.com/
[2] https://lore.kernel.org/r/87k0c4gb9f.fsf@redhat.com/

Signed-off-by: Eric Farman <farman@linux.ibm.com>
---
 MAINTAINERS | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index dff0200f70..77238c9338 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2012,8 +2012,7 @@ M: Halil Pasic <pasic@linux.ibm.com>
 M: Eric Farman <farman@linux.ibm.com>
 S: Supported
 F: hw/s390x/virtio-ccw*.[hc]
-F: hw/s390x/vhost-vsock-ccw.c
-F: hw/s390x/vhost-user-fs-ccw.c
+F: hw/s390x/vhost-*-ccw.c
 T: git https://gitlab.com/cohuck/qemu.git s390-next
 T: git https://github.com/borntraeger/qemu.git s390-next
 L: qemu-s390x@nongnu.org
-- 
2.32.0



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

* Re: [PATCH] MAINTAINERS: Update s390 vhost entries
  2022-05-25 14:58 [PATCH] MAINTAINERS: Update s390 vhost entries Eric Farman
@ 2022-05-30  8:48 ` Cornelia Huck
  2022-06-01 15:51 ` Thomas Huth
  1 sibling, 0 replies; 3+ messages in thread
From: Cornelia Huck @ 2022-05-30  8:48 UTC (permalink / raw)
  To: Eric Farman, Halil Pasic, Thomas Huth; +Cc: qemu-devel, qemu-s390x, Eric Farman

On Wed, May 25 2022, Eric Farman <farman@linux.ibm.com> wrote:

> Commit 7a523d96a0 ("virtio-ccw: move vhost_ccw_scsi to a separate file")
> introduced a new file hw/s390x/vhost-scsi-ccw.c, which received a
> couple comments [1][2] to update MAINTAINERS that were missed.
>
> Fix that by making the vhost CCW entries a wildcard.
>
> [1] https://lore.kernel.org/r/d8d2bbd5021076bdba444d31a6da74f507baede3.camel@linux.ibm.com/
> [2] https://lore.kernel.org/r/87k0c4gb9f.fsf@redhat.com/
>
> Signed-off-by: Eric Farman <farman@linux.ibm.com>
> ---
>  MAINTAINERS | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index dff0200f70..77238c9338 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2012,8 +2012,7 @@ M: Halil Pasic <pasic@linux.ibm.com>
>  M: Eric Farman <farman@linux.ibm.com>
>  S: Supported
>  F: hw/s390x/virtio-ccw*.[hc]
> -F: hw/s390x/vhost-vsock-ccw.c
> -F: hw/s390x/vhost-user-fs-ccw.c
> +F: hw/s390x/vhost-*-ccw.c

Catch them all! :)

Reviewed-by: Cornelia Huck <cohuck@redhat.com>

>  T: git https://gitlab.com/cohuck/qemu.git s390-next
>  T: git https://github.com/borntraeger/qemu.git s390-next
>  L: qemu-s390x@nongnu.org



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

* Re: [PATCH] MAINTAINERS: Update s390 vhost entries
  2022-05-25 14:58 [PATCH] MAINTAINERS: Update s390 vhost entries Eric Farman
  2022-05-30  8:48 ` Cornelia Huck
@ 2022-06-01 15:51 ` Thomas Huth
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Huth @ 2022-06-01 15:51 UTC (permalink / raw)
  To: Eric Farman, Cornelia Huck, Halil Pasic; +Cc: qemu-devel, qemu-s390x

On 25/05/2022 16.58, Eric Farman wrote:
> Commit 7a523d96a0 ("virtio-ccw: move vhost_ccw_scsi to a separate file")
> introduced a new file hw/s390x/vhost-scsi-ccw.c, which received a
> couple comments [1][2] to update MAINTAINERS that were missed.
> 
> Fix that by making the vhost CCW entries a wildcard.
> 
> [1] https://lore.kernel.org/r/d8d2bbd5021076bdba444d31a6da74f507baede3.camel@linux.ibm.com/
> [2] https://lore.kernel.org/r/87k0c4gb9f.fsf@redhat.com/
> 
> Signed-off-by: Eric Farman <farman@linux.ibm.com>
> ---

Thanks, queued to s390x-next now:

  https://gitlab.com/thuth/qemu/-/commits/s390x-next/

  Thomas




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

end of thread, other threads:[~2022-06-01 15:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-25 14:58 [PATCH] MAINTAINERS: Update s390 vhost entries Eric Farman
2022-05-30  8:48 ` Cornelia Huck
2022-06-01 15:51 ` Thomas Huth

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).