From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:60508) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RoCcO-0000Sn-OI for qemu-devel@nongnu.org; Fri, 20 Jan 2012 06:26:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RoCcI-0002mp-Ki for qemu-devel@nongnu.org; Fri, 20 Jan 2012 06:26:52 -0500 Received: from e32.co.us.ibm.com ([32.97.110.150]:44384) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RoCcI-0002mf-Di for qemu-devel@nongnu.org; Fri, 20 Jan 2012 06:26:46 -0500 Received: from /spool/local by e32.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 20 Jan 2012 04:26:45 -0700 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by d03dlp03.boulder.ibm.com (Postfix) with ESMTP id DB5D219D804F for ; Fri, 20 Jan 2012 04:26:40 -0700 (MST) Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [9.56.224.64]) by d01relay04.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q0KBQg1P342042 for ; Fri, 20 Jan 2012 06:26:42 -0500 Received: from d01av04.pok.ibm.com (loopback [127.0.0.1]) by d01av04.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q0KBQg0u031352 for ; Fri, 20 Jan 2012 06:26:42 -0500 From: "Aneesh Kumar K.V" In-Reply-To: <4F189BD9.5060704@suse.de> References: <1326994031-13866-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com> <4F189BD9.5060704@suse.de> Date: Fri, 20 Jan 2012 16:56:30 +0530 Message-ID: <87ehuud388.fsf@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] hw/9pfs: Update MAINTAINERS file List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andreas =?utf-8?Q?F=C3=A4rber?= Cc: aliguori@us.ibm.com, jvrao@linux.vnet.ibm.com, qemu-devel@nongnu.org On Thu, 19 Jan 2012 23:40:25 +0100, Andreas F=C3=A4rber = wrote: > Am 19.01.2012 18:27, schrieb Aneesh Kumar K.V: > > From: "Aneesh Kumar K.V" > >=20 > > Signed-off-by: Aneesh Kumar K.V > > --- > > MAINTAINERS | 6 ++++-- > > 1 files changed, 4 insertions(+), 2 deletions(-) > >=20 > > diff --git a/MAINTAINERS b/MAINTAINERS > > index de2a9163..f9f131c 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -399,9 +399,11 @@ S: Supported > > F: hw/virtio* > >=20=20 > > virtio-9p > > -M: Venkateswararao Jujjuri (JV) > > +M: Aneesh Kumar K.V > > S: Supported > > -F: hw/virtio-9p* > > +F: hw/9pfs/ fsdev/ > > +T: https://github.com/kvaneesh/QEMU >=20 > 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. >=20 > Maybe update the title to 9pfs, too? (Not that I understand much of it, > just spotting the apparent inconsistency.) >=20 > 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