From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=53198 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ou4Df-00015A-O6 for qemu-devel@nongnu.org; Fri, 10 Sep 2010 10:04:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ou4Da-0001gq-TV for qemu-devel@nongnu.org; Fri, 10 Sep 2010 10:04:47 -0400 Received: from e7.ny.us.ibm.com ([32.97.182.137]:33793) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ou4Da-0001gh-Pv for qemu-devel@nongnu.org; Fri, 10 Sep 2010 10:04:42 -0400 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by e7.ny.us.ibm.com (8.14.4/8.13.1) with ESMTP id o8ADoC32013737 for ; Fri, 10 Sep 2010 09:50:12 -0400 Received: from d03av06.boulder.ibm.com (d03av06.boulder.ibm.com [9.17.195.245]) by d01relay04.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o8AE4fKW061858 for ; Fri, 10 Sep 2010 10:04:41 -0400 Received: from d03av06.boulder.ibm.com (loopback [127.0.0.1]) by d03av06.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id o8AE8IKH008822 for ; Fri, 10 Sep 2010 08:08:19 -0600 Message-ID: <4C8A3AF3.4040208@linux.vnet.ibm.com> Date: Fri, 10 Sep 2010 09:04:35 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1284067117-31127-1-git-send-email-aliguori@us.ibm.com> <4C89E64D.2060702@redhat.com> In-Reply-To: <4C89E64D.2060702@redhat.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: Kevin Wolf Cc: Mark McLoughlin , Riku Voipio , Jan Kiszka , "Michael S. Tsirkin" , JV Rao , 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 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 >> +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 >