On 5/29/19 12:24 PM, Greg Kurz wrote: > Xen folks are the actual maintainers for this. > > Signed-off-by: Greg Kurz <gr...@kaod.org> > --- > MAINTAINERS | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 1f5f8b7a2c37..d00380641796 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -411,7 +411,7 @@ M: Paul Durrant <paul.durr...@citrix.com> > L: xen-de...@lists.xenproject.org > S: Supported > F: */xen* > -F: hw/9pfs/xen-9p-backend.c > +F: hw/9pfs/xen-9p* > F: hw/char/xen_console.c > F: hw/display/xenfb.c > F: hw/net/xen_nic.c > @@ -1505,6 +1505,7 @@ virtio-9p > M: Greg Kurz <gr...@kaod.org> > S: Supported > F: hw/9pfs/ > +X: hw/9pfs/xen-9p* > F: fsdev/ > F: tests/virtio-9p-test.c > T: git https://github.com/gkurz/qemu.git 9p-next > >
Reviewed-by: Philippe Mathieu-Daudé <phi...@redhat.com>