qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] MAINTAINERS updates for ppc
@ 2012-01-13 23:33 Andreas Färber
  2012-01-13 23:33 ` [Qemu-devel] [PATCH 1/2] MAINTAINERS: Add qemu-ppc to all ppc target stuff Andreas Färber
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Andreas Färber @ 2012-01-13 23:33 UTC (permalink / raw)
  To: qemu-devel; +Cc: Andreas Färber, qemu-ppc, Alexander Graf

Hello Alex,

As discussed recently, here's two patches to update the ppc entries in
MAINTAINERS. They're based on ppc-next.

Intent is to have get_maintainers.pl pick up you and qemu-ppc for ppc files.

Regards,
Andreas

Cc: Alexander Graf <agraf@suse.de>

Andreas Färber (2):
  MAINTAINERS: Add qemu-ppc to all ppc target stuff
  MAINTAINERS: Add PCI host bridge files to CHRP machines

 MAINTAINERS |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

-- 
1.7.7

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

* [Qemu-devel] [PATCH 1/2] MAINTAINERS: Add qemu-ppc to all ppc target stuff
  2012-01-13 23:33 [Qemu-devel] [PATCH 0/2] MAINTAINERS updates for ppc Andreas Färber
@ 2012-01-13 23:33 ` Andreas Färber
  2012-01-13 23:33 ` [Qemu-devel] [PATCH 2/2] MAINTAINERS: Add PCI host bridge files to CHRP machines Andreas Färber
  2012-01-16 13:21 ` [Qemu-devel] [PATCH 0/2] MAINTAINERS updates for ppc Alexander Graf
  2 siblings, 0 replies; 4+ messages in thread
From: Andreas Färber @ 2012-01-13 23:33 UTC (permalink / raw)
  To: qemu-devel; +Cc: Andreas Färber, qemu-ppc, Alexander Graf

Signed-off-by: Andreas Färber <andreas.faerber@web.de>
Cc: Alexander Graf <agraf@suse.de>
---
 MAINTAINERS |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 764c92d..a4a428a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -93,6 +93,7 @@ F: target-mips/
 
 PowerPC
 M: Alexander Graf <agraf@suse.de>
+L: qemu-ppc@nongnu.org
 S: Maintained
 F: target-ppc/
 
@@ -290,21 +291,25 @@ PowerPC Machines
 ----------------
 405
 M: Alexander Graf <agraf@suse.de>
+L: qemu-ppc@nongnu.org
 S: Maintained
 F: hw/ppc405_boards.c
 
 New World
 M: Alexander Graf <agraf@suse.de>
+L: qemu-ppc@nongnu.org
 S: Maintained
 F: hw/ppc_newworld.c
 
 Old World
 M: Alexander Graf <agraf@suse.de>
+L: qemu-ppc@nongnu.org
 S: Maintained
 F: hw/ppc_oldworld.c
 
 PReP
 M: Andreas Färber <andreas.faerber@web.de>
+L: qemu-ppc@nongnu.org
 S: Odd Fixes
 F: hw/ppc_prep.c
 
-- 
1.7.7

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

* [Qemu-devel] [PATCH 2/2] MAINTAINERS: Add PCI host bridge files to CHRP machines
  2012-01-13 23:33 [Qemu-devel] [PATCH 0/2] MAINTAINERS updates for ppc Andreas Färber
  2012-01-13 23:33 ` [Qemu-devel] [PATCH 1/2] MAINTAINERS: Add qemu-ppc to all ppc target stuff Andreas Färber
@ 2012-01-13 23:33 ` Andreas Färber
  2012-01-16 13:21 ` [Qemu-devel] [PATCH 0/2] MAINTAINERS updates for ppc Alexander Graf
  2 siblings, 0 replies; 4+ messages in thread
From: Andreas Färber @ 2012-01-13 23:33 UTC (permalink / raw)
  To: qemu-devel; +Cc: Andreas Färber, qemu-ppc, Alexander Graf

Just like prep_pci.c, these were not associated with any MAINTAINERS
section, including PCI.

Signed-off-by: Andreas Färber <andreas.faerber@web.de>
Cc: Alexander Graf <agraf@suse.de>
---
 MAINTAINERS |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index a4a428a..d56d8fb 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -300,12 +300,14 @@ M: Alexander Graf <agraf@suse.de>
 L: qemu-ppc@nongnu.org
 S: Maintained
 F: hw/ppc_newworld.c
+F: hw/unin_pci.c
 
 Old World
 M: Alexander Graf <agraf@suse.de>
 L: qemu-ppc@nongnu.org
 S: Maintained
 F: hw/ppc_oldworld.c
+F: hw/grackle_pci.c
 
 PReP
 M: Andreas Färber <andreas.faerber@web.de>
-- 
1.7.7

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

* Re: [Qemu-devel] [PATCH 0/2] MAINTAINERS updates for ppc
  2012-01-13 23:33 [Qemu-devel] [PATCH 0/2] MAINTAINERS updates for ppc Andreas Färber
  2012-01-13 23:33 ` [Qemu-devel] [PATCH 1/2] MAINTAINERS: Add qemu-ppc to all ppc target stuff Andreas Färber
  2012-01-13 23:33 ` [Qemu-devel] [PATCH 2/2] MAINTAINERS: Add PCI host bridge files to CHRP machines Andreas Färber
@ 2012-01-16 13:21 ` Alexander Graf
  2 siblings, 0 replies; 4+ messages in thread
From: Alexander Graf @ 2012-01-16 13:21 UTC (permalink / raw)
  To: Andreas Färber; +Cc: qemu-ppc, qemu-devel


On 14.01.2012, at 00:33, Andreas Färber wrote:

> Hello Alex,
> 
> As discussed recently, here's two patches to update the ppc entries in
> MAINTAINERS. They're based on ppc-next.
> 
> Intent is to have get_maintainers.pl pick up you and qemu-ppc for ppc files.

Thanks, applied all to ppc-next.


Alex

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

end of thread, other threads:[~2012-01-16 13:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-13 23:33 [Qemu-devel] [PATCH 0/2] MAINTAINERS updates for ppc Andreas Färber
2012-01-13 23:33 ` [Qemu-devel] [PATCH 1/2] MAINTAINERS: Add qemu-ppc to all ppc target stuff Andreas Färber
2012-01-13 23:33 ` [Qemu-devel] [PATCH 2/2] MAINTAINERS: Add PCI host bridge files to CHRP machines Andreas Färber
2012-01-16 13:21 ` [Qemu-devel] [PATCH 0/2] MAINTAINERS updates for ppc Alexander Graf

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).