From patchwork Thu Sep 9 19:54:13 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anthony Liguori X-Patchwork-Id: 64332 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id CFEEDB70EF for ; Fri, 10 Sep 2010 05:57:23 +1000 (EST) Received: from localhost ([127.0.0.1]:52300 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OtnDp-0003RJ-T5 for incoming@patchwork.ozlabs.org; Thu, 09 Sep 2010 15:55:49 -0400 Received: from [140.186.70.92] (port=38202 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OtnCY-0002pc-IH for qemu-devel@nongnu.org; Thu, 09 Sep 2010 15:54:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OtnCR-0004gt-QH for qemu-devel@nongnu.org; Thu, 09 Sep 2010 15:54:24 -0400 Received: from e9.ny.us.ibm.com ([32.97.182.139]:35288) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OtnCR-0004gY-Np for qemu-devel@nongnu.org; Thu, 09 Sep 2010 15:54:23 -0400 Received: from d01relay06.pok.ibm.com (d01relay06.pok.ibm.com [9.56.227.116]) by e9.ny.us.ibm.com (8.14.4/8.13.1) with ESMTP id o89JZfhT031449 for ; Thu, 9 Sep 2010 15:35:41 -0400 Received: from d01av01.pok.ibm.com (d01av01.pok.ibm.com [9.56.224.215]) by d01relay06.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o89JsHvt1089752 for ; Thu, 9 Sep 2010 15:54:17 -0400 Received: from d01av01.pok.ibm.com (loopback [127.0.0.1]) by d01av01.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id o89JsHxP024837 for ; Thu, 9 Sep 2010 15:54:17 -0400 Received: from localhost.localdomain (sig-9-65-223-51.mts.ibm.com [9.65.223.51]) by d01av01.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id o89JsFQh024754; Thu, 9 Sep 2010 15:54:15 -0400 From: Anthony Liguori To: qemu-devel@nongnu.org Date: Thu, 9 Sep 2010 14:54:13 -0500 Message-Id: <1284062053-28066-1-git-send-email-aliguori@us.ibm.com> X-Mailer: git-send-email 1.7.0.4 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) Cc: Anthony Liguori Subject: [Qemu-devel] [PATCH] Update MAINTAINERS X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org 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. 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