On Thu, Dec 12, 2019 at 04:37:51PM +0000, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" <dgilbert@redhat.com> > > Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> > --- > MAINTAINERS | 8 ++++++++ > 1 file changed, 8 insertions(+) Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Regards, Daniel
On 12/12/19 5:37 PM, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" <dgilbert@redhat.com> > > Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> > --- > MAINTAINERS | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 5e5e3e52d6..d1b3e262d2 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1575,6 +1575,14 @@ T: git https://github.com/cohuck/qemu.git s390-next > T: git https://github.com/borntraeger/qemu.git s390-next > L: qemu-s390x@nongnu.org > > +virtiofs > +M: Dr. David Alan Gilbert <dgilbert@redhat.com> > +M: Stefan Hajnoczi <stefanha@redhat.com> > +S: Supported > +F: tools/virtiofsd/* ^ The files added by this series > +F: hw/virtio/vhost-user-fs* > +F: include/hw/virtio/vhost-user-fs.h ^ Files already present in the repository: $ ./scripts/get_maintainer.pl -f hw/virtio/vhost-user-fs.c "Michael S. Tsirkin" <mst@redhat.com> (supporter:vhost) $ ./scripts/get_maintainer.pl -f hw/virtio/vhost-user-fs-pci.c "Michael S. Tsirkin" <mst@redhat.com> (supporter:vhost) $ ./scripts/get_maintainer.pl -f include/hw/virtio/vhost-user-fs.h "Michael S. Tsirkin" <mst@redhat.com> (supporter:virtio) Now these get more maintainers, good. Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com> > + > virtio-input > M: Gerd Hoffmann <kraxel@redhat.com> > S: Maintained >
diff --git a/MAINTAINERS b/MAINTAINERS index 5e5e3e52d6..d1b3e262d2 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1575,6 +1575,14 @@ T: git https://github.com/cohuck/qemu.git s390-next T: git https://github.com/borntraeger/qemu.git s390-next L: qemu-s390x@nongnu.org +virtiofs +M: Dr. David Alan Gilbert <dgilbert@redhat.com> +M: Stefan Hajnoczi <stefanha@redhat.com> +S: Supported +F: tools/virtiofsd/* +F: hw/virtio/vhost-user-fs* +F: include/hw/virtio/vhost-user-fs.h + virtio-input M: Gerd Hoffmann <kraxel@redhat.com> S: Maintained