From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=36885 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OtyaS-0003YV-BP for qemu-devel@nongnu.org; Fri, 10 Sep 2010 04:03:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OtyaQ-0003A9-UL for qemu-devel@nongnu.org; Fri, 10 Sep 2010 04:03:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:12972) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OtyaQ-00039I-Mg for qemu-devel@nongnu.org; Fri, 10 Sep 2010 04:03:54 -0400 Message-ID: <4C89E64D.2060702@redhat.com> Date: Fri, 10 Sep 2010 10:03:25 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1284067117-31127-1-git-send-email-aliguori@us.ibm.com> In-Reply-To: <1284067117-31127-1-git-send-email-aliguori@us.ibm.com> Content-Type: text/plain; charset=ISO-8859-15 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: 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 Am 09.09.2010 23:18, schrieb Anthony Liguori: > I make no claims that this is accurate or exhaustive but I think it's a > reasonable place to start. > > As the file mentions, the purpose of this file is to give contributors > information about who they can go to with questions about a particular piece of > code or who they can ask for review. > > If you sign up for a piece of code and indicate that it's Maintained or > Supported, please be prepared to be responsive to questions about that > subsystem. > > Signed-off-by: Anthony Liguori > > diff --git a/MAINTAINERS b/MAINTAINERS > index 79dfc7f..3894cd8 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -9,89 +9,388 @@ to be CC'd when submitting a patch to obtain appropriate review. > In general, if you have a question about inclusion of a patch, you should > consult qemu-devel and not any specific individual privately. > > -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? > +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*? > +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. I didn't see the TCG backends in the list, are they missing? Kevin