From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=60070 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OtnTp-0001NQ-8m for qemu-devel@nongnu.org; Thu, 09 Sep 2010 16:12:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OtnTo-0007dO-2A for qemu-devel@nongnu.org; Thu, 09 Sep 2010 16:12:21 -0400 Received: from moutng.kundenserver.de ([212.227.17.9]:55257) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OtnTn-0007dE-Mf for qemu-devel@nongnu.org; Thu, 09 Sep 2010 16:12:20 -0400 Message-ID: <4C893F9F.9080308@mail.berlios.de> Date: Thu, 09 Sep 2010 22:12:15 +0200 From: Stefan Weil MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] Update MAINTAINERS References: <1284062053-28066-1-git-send-email-aliguori@us.ibm.com> In-Reply-To: <1284062053-28066-1-git-send-email-aliguori@us.ibm.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org Am 09.09.2010 21:54, schrieb Anthony Liguori: > The goal of this file is not to establish strict ownership of the code base but > rather to provide a place for people to direct questions to and for names of > people to CC on patches. > This text should be added to MAINTAINERS. > I'm basing this update on my observations on how things currently work today. > If you think your name should be on something and it's not, don't read anything > into it and just correct me :-) > > Signed-off-by: Anthony Liguori > > diff --git a/MAINTAINERS b/MAINTAINERS > index e5165fb..ee84f3f 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -4,13 +4,12 @@ QEMU Maintainers > Project leaders: > ---------------- > > -Fabrice Bellard > Paul Brook > > -CPU cores: > +TCG cores: > ---------- > > -x86 Fabrice Bellard > +x86 ? > ARM Paul Brook > SPARC Blue Swirl > MIPS ? > @@ -26,7 +25,7 @@ Machines (sorted by CPU): > ------------------------- > > x86 > - pc.c Fabrice Bellard (new maintainer needed) > + pc.c Anthony Liguori > ARM > integratorcp.c Paul Brook > versatilepb.c Paul Brook > @@ -70,19 +69,20 @@ S390 > Generic Subsystems: > ------------------- > > -Dynamic translator Fabrice Bellard > -Main loop Fabrice Bellard (new maintainer needed) > -TCG Fabrice Bellard > -IDE device ? > -SCSI device Paul Brook > +Main loop Anthony Liguori > +TCG ? > +KVM Marcelo Tosatti/Avi Kivity > +Virtio devices Anthony Liguori > +IDE devices ? > +SCSI devices Paul Brook > PCI layer Michael S. Tsirkin > USB layer ? > -Block layer ? > -Graphic layer ? > +Block layer Kevin Wolf > +Graphic layer Anthony Liguori > Audio device layer Vassili Karpov (malc) > -Character device layer ? > -Network device layer ? > +Character device layer Anthony Liguori > +Network device layer Anthony Liguori/Mark McLoughlin > GDB stub ? > -Linux user ? > -Darwin user ? > -SLIRP ? > +Linux user Riku Voipio > +Darwin user Unmaintained (likely to be removed) > +SLIRP Unmaintained > Hello Anthony, I feel responsible for any file with "Copyright (c) 20xx Stefan Weil" in the header. Maybe a general remark like this would be good: For individual files, there is usually a copyright owner mentioned in the file's header. In most cases, this person also maintains this file. (or anything similar) For people who don't know what "Main loop" (and the other topics) is and also for automated parsing (matching of files to maintainers like it is done by the linux kernel) additional path or filename entries would be helpful in a future version. Regards Stefan