qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] Update MAINTAINERS
@ 2013-10-02 17:09 Anthony Liguori
  2013-10-02 17:53 ` Andreas Färber
  2013-10-02 18:42 ` Rob Landley
  0 siblings, 2 replies; 11+ messages in thread
From: Anthony Liguori @ 2013-10-02 17:09 UTC (permalink / raw)
  To: qemu-devel; +Cc: Anthony Liguori

All of Paul's emails are bouncing and he hasn't been active for
some time.

Signed-off-by: Anthony Liguori <anthony@codemonkey.ws>
---
 MAINTAINERS | 21 +++++----------------
 1 file changed, 5 insertions(+), 16 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 5c3c70c..ab8166a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -51,7 +51,6 @@ Descriptions of section entries:
 General Project Administration
 ------------------------------
 M: Anthony Liguori <anthony@codemonkey.ws>
-M: Paul Brook <paul@codesourcery.com>
 
 Guest CPU cores (TCG):
 ----------------------
@@ -62,7 +61,6 @@ F: target-alpha/
 F: hw/alpha/
 
 ARM
-M: Paul Brook <paul@codesourcery.com>
 M: Peter Maydell <peter.maydell@linaro.org>
 S: Maintained
 F: target-arm/
@@ -83,8 +81,7 @@ F: hw/lm32/
 F: hw/char/lm32_*
 
 M68K
-M: Paul Brook <paul@codesourcery.com>
-S: Odd Fixes
+S: Orphan
 F: target-m68k/
 F: hw/m68k/
 
@@ -248,7 +245,6 @@ F: hw/*/imx*
 F: hw/arm/kzm.c
 
 Integrator CP
-M: Paul Brook <paul@codesourcery.com>
 M: Peter Maydell <peter.maydell@linaro.org>
 S: Maintained
 F: hw/arm/integratorcp.c
@@ -274,7 +270,6 @@ S: Maintained
 F: hw/arm/palm.c
 
 Real View
-M: Paul Brook <paul@codesourcery.com>
 M: Peter Maydell <peter.maydell@linaro.org>
 S: Maintained
 F: hw/arm/realview*
@@ -285,13 +280,11 @@ S: Maintained
 F: hw/arm/spitz.c
 
 Stellaris
-M: Paul Brook <paul@codesourcery.com>
 M: Peter Maydell <peter.maydell@linaro.org>
 S: Maintained
 F: hw/*/stellaris*
 
 Versatile PB
-M: Paul Brook <paul@codesourcery.com>
 M: Peter Maydell <peter.maydell@linaro.org>
 S: Maintained
 F: hw/*/versatile*
@@ -327,18 +320,15 @@ F: hw/lm32/milkymist.c
 M68K Machines
 -------------
 an5206
-M: Paul Brook <paul@codesourcery.com>
-S: Maintained
+S: Orphan
 F: hw/m68k/an5206.c
 
 dummy_m68k
-M: Paul Brook <paul@codesourcery.com>
-S: Maintained
+S: Orphan
 F: hw/m68k/dummy_m68k.c
 
 mcf5208
-M: Paul Brook <paul@codesourcery.com>
-S: Maintained
+S: Orphan
 F: hw/m68k/mcf5208.c
 
 MicroBlaze Machines
@@ -567,8 +557,7 @@ F: hw/scsi/*
 T: git git://github.com/bonzini/qemu.git scsi-next
 
 LSI53C895A
-M: Paul Brook <paul@codesourcery.com>
-S: Odd Fixes
+S: Orphan
 F: hw/scsi/lsi53c895a.c
 
 SSI
-- 
1.8.0

^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [Qemu-devel] [PATCH] Update MAINTAINERS
@ 2010-09-09 19:54 Anthony Liguori
  2010-09-09 20:12 ` Stefan Weil
  2010-09-09 20:12 ` Blue Swirl
  0 siblings, 2 replies; 11+ messages in thread
From: Anthony Liguori @ 2010-09-09 19:54 UTC (permalink / raw)
  To: qemu-devel; +Cc: 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.

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 <aliguori@us.ibm.com>

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
-- 
1.7.0.4

^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2013-10-03  8:07 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-02 17:09 [Qemu-devel] [PATCH] Update MAINTAINERS Anthony Liguori
2013-10-02 17:53 ` Andreas Färber
2013-10-03  8:07   ` Paolo Bonzini
2013-10-02 18:42 ` Rob Landley
2013-10-02 23:40   ` Laurent Vivier
2013-10-03  1:14     ` Rob Landley
  -- strict thread matches above, loose matches on Subject: below --
2010-09-09 19:54 Anthony Liguori
2010-09-09 20:12 ` Stefan Weil
2010-09-09 20:17   ` Anthony Liguori
2010-09-09 20:12 ` Blue Swirl
2010-09-09 20:20   ` Anthony Liguori

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).