From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=51477 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ou5UX-00022U-5d for qemu-devel@nongnu.org; Fri, 10 Sep 2010 11:26:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ou5UV-0001IT-Jn for qemu-devel@nongnu.org; Fri, 10 Sep 2010 11:26:17 -0400 Received: from e36.co.us.ibm.com ([32.97.110.154]:53239) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ou5UV-0001IF-Du for qemu-devel@nongnu.org; Fri, 10 Sep 2010 11:26:15 -0400 Received: from d03relay05.boulder.ibm.com (d03relay05.boulder.ibm.com [9.17.195.107]) by e36.co.us.ibm.com (8.14.4/8.13.1) with ESMTP id o8AFMIbI027002 for ; Fri, 10 Sep 2010 09:22:18 -0600 Received: from d03av02.boulder.ibm.com (d03av02.boulder.ibm.com [9.17.195.168]) by d03relay05.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o8AFQDft096224 for ; Fri, 10 Sep 2010 09:26:13 -0600 Received: from d03av02.boulder.ibm.com (loopback [127.0.0.1]) by d03av02.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id o8AFQBXu013711 for ; Fri, 10 Sep 2010 09:26:13 -0600 Message-ID: <4C8A4E10.7060107@linux.vnet.ibm.com> Date: Fri, 10 Sep 2010 08:26:08 -0700 From: "Venkateswararao Jujjuri (JV)" MIME-Version: 1.0 References: <1284067117-31127-1-git-send-email-aliguori@us.ibm.com> <4C89E64D.2060702@redhat.com> <4C8A3AF3.4040208@linux.vnet.ibm.com> In-Reply-To: <4C8A3AF3.4040208@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH] Use a Linux-style MAINTAINERS file List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Kevin Wolf , Mark McLoughlin , Riku Voipio , Jan Kiszka , "Michael S. Tsirkin" , Marcelo Tosatti , qemu-devel@nongnu.org, Alexander Graf , Blue Swirl , =?ISO-8859-15?Q?Herv=E9_Poussineau?= , Avi Kivity , "Edgar E. Iglesias" , Amit Shah , Aurelien Jarno , Luiz Capitulino , Paul Brook On 9/10/2010 7:04 AM, Anthony Liguori wrote: > On 09/10/2010 03:03 AM, Kevin Wolf wrote: >>> -Project leaders: >>> ----------------- >>> +Please see the MAINTAINERS file in the Linux kernel for information about how >>> +to update this file. >> Can't we just copy that one interesting section from Linux into this file? > > Sure, that makes sense. > >>> +Devices >>> +------- >>> +Virtio >>> +M: Anthony Liguori >>> +S: Supported >>> +F: hw/virtio* >> Hm, what does this mean considering that we have later other entries >> like hw/virtio-9p*? > > My intention with this file is not to establish ownership of code but to > establish who are the right people to ask about areas of the code base. > > So having overlapping listings is not a bad thing. IOW, think of it not as, this > is the person who owns this set of files but rather, this person is willing to > be helpful with this set of files. > >>> +vhost >>> +M: Michael S. Tsirkin >>> +S: Supported >>> +F: hw/vhost* >>> + >>> +virtio-9p >>> +M: JV Rao Please have my full name... Venkateswararao Jujjuri (JV) Thanks, JV >>> +S: Supported >>> +F: hw/virtio-9p* >>> + >>> +virtio-serial >>> +M: Amit Shah >>> +S: Supported >>> +F: hw/virtio-serial* >>> +F: hw/virtio-console* >>> + >>> +IDE >>> +M: qemu-devel@nongnu.org >>> +S: Odd Fixes >>> +F: hw/ide/ >>> + >>> +SCSI >>> +M: Paul Brook >>> +S: Odd Fixes >>> +F: hw/lsi53c895a.c >>> +F: hw/scsi* >> In practice, virtio-blk, IDE and partly scsi-disk were done by me recently. > > True, I'll add your name. > >> I didn't see the TCG backends in the list, are they missing? > > They are. Suggestions about the right entries to add would be appreciated. > > Regards, > > Anthony Liguori > >> Kevin >