diff options
author | Eric Farman | 2022-05-25 16:58:14 +0200 |
---|---|---|
committer | Thomas Huth | 2022-06-03 08:03:28 +0200 |
commit | 117d794396cea7d9c661c95e716eb618406d31aa (patch) | |
tree | 3bffc1a3057b43ebe3059c00096f08c223bbac78 /MAINTAINERS | |
parent | target/s390x: kvm: Honor storage keys during emulation (diff) | |
download | qemu-117d794396cea7d9c661c95e716eb618406d31aa.tar.gz qemu-117d794396cea7d9c661c95e716eb618406d31aa.tar.xz qemu-117d794396cea7d9c661c95e716eb618406d31aa.zip |
MAINTAINERS: Update s390 vhost entries
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>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Message-Id: <20220525145814.2750501-1-farman@linux.ibm.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 00dc4a8ecb..7b7d3f9c02 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2018,8 +2018,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 |