Message ID | 146617410554.7281.1733165006203821878.stgit@bahia.lan (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 06/17/2016 04:35 PM, Greg Kurz wrote: > While here, also add a section for the tree I use for 9p. > > Signed-off-by: Greg Kurz <groug@kaod.org> I confirm this is Greg ! Acked-by: Cédric Le Goater <clg@kaod.org> C. > --- > MAINTAINERS | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index fe2279e64828..21014f459517 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -888,12 +888,13 @@ F: include/hw/virtio/ > > virtio-9p > M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> > -M: Greg Kurz <gkurz@linux.vnet.ibm.com> > +M: Greg Kurz <groug@kaod.org> > S: Supported > F: hw/9pfs/ > F: fsdev/ > F: tests/virtio-9p-test.c > T: git git://github.com/kvaneesh/QEMU.git > +T: git git://github.com/gkurz/qemu.git 9p-next > > virtio-blk > M: Stefan Hajnoczi <stefanha@redhat.com> > >
On 30 June 2016 at 12:24, Cédric Le Goater <clg@kaod.org> wrote: > On 06/17/2016 04:35 PM, Greg Kurz wrote: >> While here, also add a section for the tree I use for 9p. >> >> Signed-off-by: Greg Kurz <groug@kaod.org> > > I confirm this is Greg ! > > Acked-by: Cédric Le Goater <clg@kaod.org> This would be more convincing if one or both of you had posted with your IBM addresses rather than the kaod.org ones :-) thanks -- PMM
On 06/30/2016 01:56 PM, Peter Maydell wrote: > On 30 June 2016 at 12:24, Cédric Le Goater <clg@kaod.org> wrote: >> On 06/17/2016 04:35 PM, Greg Kurz wrote: >>> While here, also add a section for the tree I use for 9p. >>> >>> Signed-off-by: Greg Kurz <groug@kaod.org> >> >> I confirm this is Greg ! >> >> Acked-by: Cédric Le Goater <clg@kaod.org> I confirm this is Cédric ! :) Acked-by: Cédric Le Goater <clg@fr.ibm.com> C. > This would be more convincing if one or both of you > had posted with your IBM addresses rather than the > kaod.org ones :-)
On 30 June 2016 at 13:09, Cédric Le Goater <clg@fr.ibm.com> wrote: > On 06/30/2016 01:56 PM, Peter Maydell wrote: >> On 30 June 2016 at 12:24, Cédric Le Goater <clg@kaod.org> wrote: >>> On 06/17/2016 04:35 PM, Greg Kurz wrote: >>>> While here, also add a section for the tree I use for 9p. >>>> >>>> Signed-off-by: Greg Kurz <groug@kaod.org> >>> >>> I confirm this is Greg ! >>> >>> Acked-by: Cédric Le Goater <clg@kaod.org> > > I confirm this is Cédric ! :) > > Acked-by: Cédric Le Goater <clg@fr.ibm.com> Heh, thanks :-) -- PMM
On Thu, 30 Jun 2016 14:09:23 +0200 Cédric Le Goater <clg@fr.ibm.com> wrote: > On 06/30/2016 01:56 PM, Peter Maydell wrote: > > On 30 June 2016 at 12:24, Cédric Le Goater <clg@kaod.org> wrote: > >> On 06/17/2016 04:35 PM, Greg Kurz wrote: > >>> While here, also add a section for the tree I use for 9p. > >>> > >>> Signed-off-by: Greg Kurz <groug@kaod.org> > >> > >> I confirm this is Greg ! > >> > >> Acked-by: Cédric Le Goater <clg@kaod.org> > > I confirm this is Cédric ! :) > > Acked-by: Cédric Le Goater <clg@fr.ibm.com> > > C. > > > This would be more convincing if one or both of you > > had posted with your IBM addresses rather than the > > kaod.org ones :-) > Yeah. I confirm that all these confirmations from all these Cedric Le Goater are valid ! :P Acked-by: Greg Kurz <groug@kaod.org> Acked-by: Greg Kurz <gkurz@linux.vnet.ibm.com>
On 30 June 2016 at 13:17, Greg Kurz <gkurz@linux.vnet.ibm.com> wrote: > On Thu, 30 Jun 2016 14:09:23 +0200 > Cédric Le Goater <clg@fr.ibm.com> wrote: > >> On 06/30/2016 01:56 PM, Peter Maydell wrote: >> > On 30 June 2016 at 12:24, Cédric Le Goater <clg@kaod.org> wrote: >> >> On 06/17/2016 04:35 PM, Greg Kurz wrote: >> >>> While here, also add a section for the tree I use for 9p. >> >>> >> >>> Signed-off-by: Greg Kurz <groug@kaod.org> >> >> >> >> I confirm this is Greg ! >> >> >> >> Acked-by: Cédric Le Goater <clg@kaod.org> >> >> I confirm this is Cédric ! :) >> >> Acked-by: Cédric Le Goater <clg@fr.ibm.com> >> >> C. >> >> > This would be more convincing if one or both of you >> > had posted with your IBM addresses rather than the >> > kaod.org ones :-) >> > > Yeah. I confirm that all these confirmations from all > these Cedric Le Goater are valid ! :P > > Acked-by: Greg Kurz <groug@kaod.org> > Acked-by: Greg Kurz <gkurz@linux.vnet.ibm.com> Applied to master, thanks. -- PMM
diff --git a/MAINTAINERS b/MAINTAINERS index fe2279e64828..21014f459517 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -888,12 +888,13 @@ F: include/hw/virtio/ virtio-9p M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> -M: Greg Kurz <gkurz@linux.vnet.ibm.com> +M: Greg Kurz <groug@kaod.org> S: Supported F: hw/9pfs/ F: fsdev/ F: tests/virtio-9p-test.c T: git git://github.com/kvaneesh/QEMU.git +T: git git://github.com/gkurz/qemu.git 9p-next virtio-blk M: Stefan Hajnoczi <stefanha@redhat.com>
While here, also add a section for the tree I use for 9p. Signed-off-by: Greg Kurz <groug@kaod.org> --- MAINTAINERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)