[Qemu-devel] [PATCH] MAINTAINERS: Change maintership of Xen code under hw/9pfs

Greg Kurz posted 1 patch 4 years, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/155912548463.2019004.3515830305299809902.stgit@bahia.lan
Test docker-clang@ubuntu passed
Test checkpatch passed
Test asan passed
Test FreeBSD passed
Test docker-mingw@fedora passed
MAINTAINERS |    3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
[Qemu-devel] [PATCH] MAINTAINERS: Change maintership of Xen code under hw/9pfs
Posted by Greg Kurz 4 years, 10 months ago
Xen folks are the actual maintainers for this.

Signed-off-by: Greg Kurz <groug@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.durrant@citrix.com>
 L: xen-devel@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 <groug@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


Re: [Qemu-devel] [PATCH] MAINTAINERS: Change maintership of Xen code under hw/9pfs
Posted by Anthony PERARD 4 years, 10 months ago
On Wed, May 29, 2019 at 12:24:44PM +0200, Greg Kurz wrote:
> Xen folks are the actual maintainers for this.
> 
> Signed-off-by: Greg Kurz <groug@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.durrant@citrix.com>
>  L: xen-devel@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 <groug@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
> 

Acked-by: Anthony PERARD <anthony.perard@citrix.com>

Thanks,

-- 
Anthony PERARD

Re: [Qemu-devel] [PATCH] MAINTAINERS: Change maintership of Xen code under hw/9pfs
Posted by Greg Kurz 4 years, 10 months ago
On Wed, 29 May 2019 13:59:26 +0100
Anthony PERARD <anthony.perard@citrix.com> wrote:

> On Wed, May 29, 2019 at 12:24:44PM +0200, Greg Kurz wrote:
> > Xen folks are the actual maintainers for this.
> > 
> > Signed-off-by: Greg Kurz <groug@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.durrant@citrix.com>
> >  L: xen-devel@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 <groug@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
> >   
> 
> Acked-by: Anthony PERARD <anthony.perard@citrix.com>
> 
> Thanks,
> 

Ping ?

I'd rather also get an ack from Stefano and Paul before merging this.

Cheers,

--
Greg

Re: [Qemu-devel] [PATCH] MAINTAINERS: Change maintership of Xen code under hw/9pfs
Posted by Paul Durrant 4 years, 10 months ago
> -----Original Message-----
> From: Greg Kurz [mailto:groug@kaod.org]
> Sent: 05 June 2019 11:11
> To: Anthony Perard <anthony.perard@citrix.com>
> Cc: qemu-devel@nongnu.org; Stefano Stabellini <sstabellini@kernel.org>; Paul Durrant
> <Paul.Durrant@citrix.com>
> Subject: Re: [PATCH] MAINTAINERS: Change maintership of Xen code under hw/9pfs
> 
> On Wed, 29 May 2019 13:59:26 +0100
> Anthony PERARD <anthony.perard@citrix.com> wrote:
> 
> > On Wed, May 29, 2019 at 12:24:44PM +0200, Greg Kurz wrote:
> > > Xen folks are the actual maintainers for this.
> > >
> > > Signed-off-by: Greg Kurz <groug@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.durrant@citrix.com>
> > >  L: xen-devel@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 <groug@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
> > >
> >
> > Acked-by: Anthony PERARD <anthony.perard@citrix.com>
> >
> > Thanks,
> >
> 
> Ping ?
> 
> I'd rather also get an ack from Stefano and Paul before merging this.
> 

Fine by me...

Acked-by: Paul Durrant <paul.durrant@citrix.com>

> Cheers,
> 
> --
> Greg

Re: [Qemu-devel] [PATCH] MAINTAINERS: Change maintership of Xen code under hw/9pfs
Posted by Greg Kurz 4 years, 10 months ago
On Wed, 5 Jun 2019 10:12:05 +0000
Paul Durrant <Paul.Durrant@citrix.com> wrote:

> > -----Original Message-----
> > From: Greg Kurz [mailto:groug@kaod.org]
> > Sent: 05 June 2019 11:11
> > To: Anthony Perard <anthony.perard@citrix.com>
> > Cc: qemu-devel@nongnu.org; Stefano Stabellini <sstabellini@kernel.org>; Paul Durrant
> > <Paul.Durrant@citrix.com>
> > Subject: Re: [PATCH] MAINTAINERS: Change maintership of Xen code under hw/9pfs
> > 
> > On Wed, 29 May 2019 13:59:26 +0100
> > Anthony PERARD <anthony.perard@citrix.com> wrote:
> >   
> > > On Wed, May 29, 2019 at 12:24:44PM +0200, Greg Kurz wrote:  
> > > > Xen folks are the actual maintainers for this.
> > > >
> > > > Signed-off-by: Greg Kurz <groug@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.durrant@citrix.com>
> > > >  L: xen-devel@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 <groug@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
> > > >  
> > >
> > > Acked-by: Anthony PERARD <anthony.perard@citrix.com>
> > >
> > > Thanks,
> > >  
> > 
> > Ping ?
> > 
> > I'd rather also get an ack from Stefano and Paul before merging this.
> >   
> 
> Fine by me...
> 
> Acked-by: Paul Durrant <paul.durrant@citrix.com>
> 

Hi,

I'd prefer to also get an ack from Stefano but it seems that he hasn't posted
anything to qemu-devel@ since last January... Any suggestion how I should go
forward with this ?

Cheers,

--
Greg

> > Cheers,
> > 
> > --
> > Greg  


Re: [Qemu-devel] [PATCH] MAINTAINERS: Change maintership of Xen code under hw/9pfs
Posted by Paul Durrant 4 years, 10 months ago
> -----Original Message-----
> From: Greg Kurz [mailto:groug@kaod.org]
> Sent: 14 June 2019 09:16
> To: Paul Durrant <Paul.Durrant@citrix.com>
> Cc: Anthony Perard <anthony.perard@citrix.com>; qemu-devel@nongnu.org; Stefano Stabellini
> <sstabellini@kernel.org>
> Subject: Re: [PATCH] MAINTAINERS: Change maintership of Xen code under hw/9pfs
> 
> On Wed, 5 Jun 2019 10:12:05 +0000
> Paul Durrant <Paul.Durrant@citrix.com> wrote:
> 
> > > -----Original Message-----
> > > From: Greg Kurz [mailto:groug@kaod.org]
> > > Sent: 05 June 2019 11:11
> > > To: Anthony Perard <anthony.perard@citrix.com>
> > > Cc: qemu-devel@nongnu.org; Stefano Stabellini <sstabellini@kernel.org>; Paul Durrant
> > > <Paul.Durrant@citrix.com>
> > > Subject: Re: [PATCH] MAINTAINERS: Change maintership of Xen code under hw/9pfs
> > >
> > > On Wed, 29 May 2019 13:59:26 +0100
> > > Anthony PERARD <anthony.perard@citrix.com> wrote:
> > >
> > > > On Wed, May 29, 2019 at 12:24:44PM +0200, Greg Kurz wrote:
> > > > > Xen folks are the actual maintainers for this.
> > > > >
> > > > > Signed-off-by: Greg Kurz <groug@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.durrant@citrix.com>
> > > > >  L: xen-devel@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 <groug@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
> > > > >
> > > >
> > > > Acked-by: Anthony PERARD <anthony.perard@citrix.com>
> > > >
> > > > Thanks,
> > > >
> > >
> > > Ping ?
> > >
> > > I'd rather also get an ack from Stefano and Paul before merging this.
> > >
> >
> > Fine by me...
> >
> > Acked-by: Paul Durrant <paul.durrant@citrix.com>
> >
> 
> Hi,
> 
> I'd prefer to also get an ack from Stefano but it seems that he hasn't posted
> anything to qemu-devel@ since last January... Any suggestion how I should go
> forward with this ?
> 

Yes, I think it would be prudent to get an ack from Stefano. I'll ping him on IRC and see if I can get a response.

  Cheers,

    Paul

> Cheers,
> 
> --
> Greg
> 
> > > Cheers,
> > >
> > > --
> > > Greg


Re: [Qemu-devel] [PATCH] MAINTAINERS: Change maintership of Xen code under hw/9pfs
Posted by Stefano Stabellini 4 years, 10 months ago
On Fri, 14 Jun 2019, Paul Durrant wrote:
> > -----Original Message-----
> > From: Greg Kurz [mailto:groug@kaod.org]
> > Sent: 14 June 2019 09:16
> > To: Paul Durrant <Paul.Durrant@citrix.com>
> > Cc: Anthony Perard <anthony.perard@citrix.com>; qemu-devel@nongnu.org; Stefano Stabellini
> > <sstabellini@kernel.org>
> > Subject: Re: [PATCH] MAINTAINERS: Change maintership of Xen code under hw/9pfs
> > 
> > On Wed, 5 Jun 2019 10:12:05 +0000
> > Paul Durrant <Paul.Durrant@citrix.com> wrote:
> > 
> > > > -----Original Message-----
> > > > From: Greg Kurz [mailto:groug@kaod.org]
> > > > Sent: 05 June 2019 11:11
> > > > To: Anthony Perard <anthony.perard@citrix.com>
> > > > Cc: qemu-devel@nongnu.org; Stefano Stabellini <sstabellini@kernel.org>; Paul Durrant
> > > > <Paul.Durrant@citrix.com>
> > > > Subject: Re: [PATCH] MAINTAINERS: Change maintership of Xen code under hw/9pfs
> > > >
> > > > On Wed, 29 May 2019 13:59:26 +0100
> > > > Anthony PERARD <anthony.perard@citrix.com> wrote:
> > > >
> > > > > On Wed, May 29, 2019 at 12:24:44PM +0200, Greg Kurz wrote:
> > > > > > Xen folks are the actual maintainers for this.
> > > > > >
> > > > > > Signed-off-by: Greg Kurz <groug@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.durrant@citrix.com>
> > > > > >  L: xen-devel@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 <groug@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
> > > > > >
> > > > >
> > > > > Acked-by: Anthony PERARD <anthony.perard@citrix.com>
> > > > >
> > > > > Thanks,
> > > > >
> > > >
> > > > Ping ?
> > > >
> > > > I'd rather also get an ack from Stefano and Paul before merging this.
> > > >
> > >
> > > Fine by me...
> > >
> > > Acked-by: Paul Durrant <paul.durrant@citrix.com>
> > >
> > 
> > Hi,
> > 
> > I'd prefer to also get an ack from Stefano but it seems that he hasn't posted
> > anything to qemu-devel@ since last January... Any suggestion how I should go
> > forward with this ?
> > 
> 
> Yes, I think it would be prudent to get an ack from Stefano. I'll ping him on IRC and see if I can get a response.

I am still here!

Acked-by: Stefano Stabellini <sstabellini@kernel.org>

Re: [Qemu-devel] [PATCH] MAINTAINERS: Change maintership of Xen code under hw/9pfs
Posted by Greg Kurz 4 years, 10 months ago
On Fri, 14 Jun 2019 08:44:26 -0700 (PDT)
Stefano Stabellini <sstabellini@kernel.org> wrote:

> On Fri, 14 Jun 2019, Paul Durrant wrote:
> > > -----Original Message-----
> > > From: Greg Kurz [mailto:groug@kaod.org]
> > > Sent: 14 June 2019 09:16
> > > To: Paul Durrant <Paul.Durrant@citrix.com>
> > > Cc: Anthony Perard <anthony.perard@citrix.com>; qemu-devel@nongnu.org; Stefano Stabellini
> > > <sstabellini@kernel.org>
> > > Subject: Re: [PATCH] MAINTAINERS: Change maintership of Xen code under hw/9pfs
> > > 
> > > On Wed, 5 Jun 2019 10:12:05 +0000
> > > Paul Durrant <Paul.Durrant@citrix.com> wrote:
> > >   
> > > > > -----Original Message-----
> > > > > From: Greg Kurz [mailto:groug@kaod.org]
> > > > > Sent: 05 June 2019 11:11
> > > > > To: Anthony Perard <anthony.perard@citrix.com>
> > > > > Cc: qemu-devel@nongnu.org; Stefano Stabellini <sstabellini@kernel.org>; Paul Durrant
> > > > > <Paul.Durrant@citrix.com>
> > > > > Subject: Re: [PATCH] MAINTAINERS: Change maintership of Xen code under hw/9pfs
> > > > >
> > > > > On Wed, 29 May 2019 13:59:26 +0100
> > > > > Anthony PERARD <anthony.perard@citrix.com> wrote:
> > > > >  
> > > > > > On Wed, May 29, 2019 at 12:24:44PM +0200, Greg Kurz wrote:  
> > > > > > > Xen folks are the actual maintainers for this.
> > > > > > >
> > > > > > > Signed-off-by: Greg Kurz <groug@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.durrant@citrix.com>
> > > > > > >  L: xen-devel@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 <groug@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
> > > > > > >  
> > > > > >
> > > > > > Acked-by: Anthony PERARD <anthony.perard@citrix.com>
> > > > > >
> > > > > > Thanks,
> > > > > >  
> > > > >
> > > > > Ping ?
> > > > >
> > > > > I'd rather also get an ack from Stefano and Paul before merging this.
> > > > >  
> > > >
> > > > Fine by me...
> > > >
> > > > Acked-by: Paul Durrant <paul.durrant@citrix.com>
> > > >  
> > > 
> > > Hi,
> > > 
> > > I'd prefer to also get an ack from Stefano but it seems that he hasn't posted
> > > anything to qemu-devel@ since last January... Any suggestion how I should go
> > > forward with this ?
> > >   
> > 
> > Yes, I think it would be prudent to get an ack from Stefano. I'll ping him on IRC and see if I can get a response.  
> 
> I am still here!
> 

Great ! :)

> Acked-by: Stefano Stabellini <sstabellini@kernel.org>

Thanks !

Markus, Xen maintainers,

All needed Acked-by have been provided. I don't plan to send a 9pfs PR
anytime soon. Can this go through someone else's tree please ?

Cheers,

--
Greg

Re: [Qemu-devel] [PATCH] MAINTAINERS: Change maintership of Xen code under hw/9pfs
Posted by Philippe Mathieu-Daudé 4 years, 10 months ago
Cc'ing qemu-trivial@

On 6/14/19 6:50 PM, Greg Kurz wrote:
[...]
> Markus, Xen maintainers,
> 
> All needed Acked-by have been provided. I don't plan to send a 9pfs PR
> anytime soon. Can this go through someone else's tree please ?
> 
> Cheers,
> 
> --
> Greg
> 

Re: [Qemu-devel] [Qemu-trivial] [PATCH] MAINTAINERS: Change maintership of Xen code under hw/9pfs
Posted by Laurent Vivier 4 years, 9 months ago
Le 15/06/2019 à 07:43, Philippe Mathieu-Daudé a écrit :
> Cc'ing qemu-trivial@
> 
> On 6/14/19 6:50 PM, Greg Kurz wrote:
> [...]
>> Markus, Xen maintainers,
>>
>> All needed Acked-by have been provided. I don't plan to send a 9pfs PR
>> anytime soon. Can this go through someone else's tree please ?
>>
>> Cheers,
>>
>> --
>> Greg
>>
> 

Applied to my trivial-patches branch.

Thanks,
Laurent

Re: [Qemu-devel] [Qemu-trivial] [PATCH] MAINTAINERS: Change maintership of Xen code under hw/9pfs
Posted by Greg Kurz 4 years, 9 months ago
On Wed, 26 Jun 2019 18:30:47 +0200
Laurent Vivier <laurent@vivier.eu> wrote:

> Le 15/06/2019 à 07:43, Philippe Mathieu-Daudé a écrit :
> > Cc'ing qemu-trivial@
> > 
> > On 6/14/19 6:50 PM, Greg Kurz wrote:
> > [...]  
> >> Markus, Xen maintainers,
> >>
> >> All needed Acked-by have been provided. I don't plan to send a 9pfs PR
> >> anytime soon. Can this go through someone else's tree please ?
> >>
> >> Cheers,
> >>
> >> --
> >> Greg
> >>  
> >   
> 
> Applied to my trivial-patches branch.
> 
> Thanks,
> Laurent

Merci Laurent ! :)

Cheers,

--
Greg

Re: [Qemu-devel] [PATCH] MAINTAINERS: Change maintership of Xen code under hw/9pfs
Posted by Philippe Mathieu-Daudé 4 years, 10 months ago
On 5/29/19 12:24 PM, Greg Kurz wrote:
> Xen folks are the actual maintainers for this.
> 
> Signed-off-by: Greg Kurz <groug@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.durrant@citrix.com>
>  L: xen-devel@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 <groug@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é <philmd@redhat.com>