qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] hw/9pfs: Update MAINTAINERS file
@ 2012-01-19 17:27 Aneesh Kumar K.V
  2012-01-19 22:40 ` Andreas Färber
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Aneesh Kumar K.V @ 2012-01-19 17:27 UTC (permalink / raw)
  To: qemu-devel, jvrao; +Cc: aliguori, Aneesh Kumar K.V

From: "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com>

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
---
 MAINTAINERS |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index de2a9163..f9f131c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -399,9 +399,11 @@ S: Supported
 F: hw/virtio*
 
 virtio-9p
-M: Venkateswararao Jujjuri (JV) <jvrao@linux.vnet.ibm.com>
+M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
 S: Supported
-F: hw/virtio-9p*
+F: hw/9pfs/ fsdev/
+T: https://github.com/kvaneesh/QEMU
+
 
 virtio-blk
 M: Kevin Wolf <kwolf@redhat.com>
-- 
1.7.9.rc1.3.gb6310

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] [PATCH] hw/9pfs: Update MAINTAINERS file
  2012-01-19 17:27 [Qemu-devel] [PATCH] hw/9pfs: Update MAINTAINERS file Aneesh Kumar K.V
@ 2012-01-19 22:40 ` Andreas Färber
  2012-01-20 11:26   ` Aneesh Kumar K.V
  2012-01-23  6:22 ` Venkateswararao Jujjuri
  2012-02-01 22:09 ` Anthony Liguori
  2 siblings, 1 reply; 5+ messages in thread
From: Andreas Färber @ 2012-01-19 22:40 UTC (permalink / raw)
  To: Aneesh Kumar K.V; +Cc: aliguori, jvrao, qemu-devel

Am 19.01.2012 18:27, schrieb Aneesh Kumar K.V:
> From: "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com>
> 
> Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
> ---
>  MAINTAINERS |    6 ++++--
>  1 files changed, 4 insertions(+), 2 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index de2a9163..f9f131c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -399,9 +399,11 @@ S: Supported
>  F: hw/virtio*
>  
>  virtio-9p
> -M: Venkateswararao Jujjuri (JV) <jvrao@linux.vnet.ibm.com>
> +M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
>  S: Supported
> -F: hw/virtio-9p*
> +F: hw/9pfs/ fsdev/
> +T: https://github.com/kvaneesh/QEMU

Shouldn't this be T: git://github.com/kvaneesh/QEMU.git your-9p-branch?
You can use the above Web URL with W: if you wish.

Maybe update the title to 9pfs, too? (Not that I understand much of it,
just spotting the apparent inconsistency.)

Andreas

> +
>  
>  virtio-blk
>  M: Kevin Wolf <kwolf@redhat.com>

-- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] [PATCH] hw/9pfs: Update MAINTAINERS file
  2012-01-19 22:40 ` Andreas Färber
@ 2012-01-20 11:26   ` Aneesh Kumar K.V
  0 siblings, 0 replies; 5+ messages in thread
From: Aneesh Kumar K.V @ 2012-01-20 11:26 UTC (permalink / raw)
  To: Andreas Färber; +Cc: aliguori, jvrao, qemu-devel

On Thu, 19 Jan 2012 23:40:25 +0100, Andreas Färber <afaerber@suse.de> wrote:
> Am 19.01.2012 18:27, schrieb Aneesh Kumar K.V:
> > From: "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com>
> > 
> > Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
> > ---
> >  MAINTAINERS |    6 ++++--
> >  1 files changed, 4 insertions(+), 2 deletions(-)
> > 
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index de2a9163..f9f131c 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -399,9 +399,11 @@ S: Supported
> >  F: hw/virtio*
> >  
> >  virtio-9p
> > -M: Venkateswararao Jujjuri (JV) <jvrao@linux.vnet.ibm.com>
> > +M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
> >  S: Supported
> > -F: hw/virtio-9p*
> > +F: hw/9pfs/ fsdev/
> > +T: https://github.com/kvaneesh/QEMU
> 
> Shouldn't this be T: git://github.com/kvaneesh/QEMU.git your-9p-branch?
> You can use the above Web URL with W: if you wish.
> 
> Maybe update the title to 9pfs, too? (Not that I understand much of it,
> just spotting the apparent inconsistency.)
> 
> Andreas

All the branches in that repo are used for 9p development. I use
for-upstream to push changes to anthony. So was not sure whether I
should specify for-upstream there.

 -aneesh

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] [PATCH] hw/9pfs: Update MAINTAINERS file
  2012-01-19 17:27 [Qemu-devel] [PATCH] hw/9pfs: Update MAINTAINERS file Aneesh Kumar K.V
  2012-01-19 22:40 ` Andreas Färber
@ 2012-01-23  6:22 ` Venkateswararao Jujjuri
  2012-02-01 22:09 ` Anthony Liguori
  2 siblings, 0 replies; 5+ messages in thread
From: Venkateswararao Jujjuri @ 2012-01-23  6:22 UTC (permalink / raw)
  To: Aneesh Kumar K.V; +Cc: aliguori, qemu-devel

On 01/19/2012 09:27 AM, Aneesh Kumar K.V wrote:
>   1 files changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
Acked-by: Venkateswararao Jujjuri <jvrao@linux.vnet.ibm.com>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] [PATCH] hw/9pfs: Update MAINTAINERS file
  2012-01-19 17:27 [Qemu-devel] [PATCH] hw/9pfs: Update MAINTAINERS file Aneesh Kumar K.V
  2012-01-19 22:40 ` Andreas Färber
  2012-01-23  6:22 ` Venkateswararao Jujjuri
@ 2012-02-01 22:09 ` Anthony Liguori
  2 siblings, 0 replies; 5+ messages in thread
From: Anthony Liguori @ 2012-02-01 22:09 UTC (permalink / raw)
  To: Aneesh Kumar K.V; +Cc: jvrao, qemu-devel

On 01/19/2012 11:27 AM, Aneesh Kumar K.V wrote:
> From: "Aneesh Kumar K.V"<aneesh.kumar@linux.vnet.ibm.com>
>
> Signed-off-by: Aneesh Kumar K.V<aneesh.kumar@linux.vnet.ibm.com>

Applied.  Thanks.

Regards,

Anthony Liguori

> ---
>   MAINTAINERS |    6 ++++--
>   1 files changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index de2a9163..f9f131c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -399,9 +399,11 @@ S: Supported
>   F: hw/virtio*
>
>   virtio-9p
> -M: Venkateswararao Jujjuri (JV)<jvrao@linux.vnet.ibm.com>
> +M: Aneesh Kumar K.V<aneesh.kumar@linux.vnet.ibm.com>
>   S: Supported
> -F: hw/virtio-9p*
> +F: hw/9pfs/ fsdev/
> +T: https://github.com/kvaneesh/QEMU
> +
>
>   virtio-blk
>   M: Kevin Wolf<kwolf@redhat.com>

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-02-01 22:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-19 17:27 [Qemu-devel] [PATCH] hw/9pfs: Update MAINTAINERS file Aneesh Kumar K.V
2012-01-19 22:40 ` Andreas Färber
2012-01-20 11:26   ` Aneesh Kumar K.V
2012-01-23  6:22 ` Venkateswararao Jujjuri
2012-02-01 22:09 ` Anthony Liguori

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).