On Wed, May 25 2022, Eric Farman <[email protected]> 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/[email protected]/ > [2] https://lore.kernel.org/r/[email protected]/ > > Signed-off-by: Eric Farman <[email protected]> > --- > 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 <[email protected]> > M: Eric Farman <[email protected]> > 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 <[email protected]> > T: git https://gitlab.com/cohuck/qemu.git s390-next > T: git https://github.com/borntraeger/qemu.git s390-next > L: [email protected]
