qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH for-1.2 v2 0/5] target-ppc: MAINTAINERS additions
@ 2012-08-22 15:48 Andreas Färber
  2012-08-22 15:48 ` [Qemu-devel] [PATCH for-1.2 v2 1/5] MAINTAINERS: Document sPAPR (pSeries) machine Andreas Färber
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Andreas Färber @ 2012-08-22 15:48 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Maydell, Edgar E. Iglesias, agraf, Andreas Färber

Hi Alex,

Here's an updated and squashed series adding some MAINTAINERS sections
for ppc machines and their devices.

Based on Peter's suggestion the machines are no longer grouped by ppc4xx
chipset but ordered alphabetically, and the shared devices both for ppc4xx
and e500 get their own Devices sections for rule sharing across machines.

Since this is documentation only I would like to get this into rc1.
Feel free to adapt/reorder in any way you see fit to document things.

Regards,
Andreas

Cc: Alexander Graf <agraf@suse.de>
Cc: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Cc: Peter Maydell <peter.maydell@linaro.org>

v1 -> v2:
* Rebased onto splitup and relocation of mpc8544ds machine
* Order machines alphabetically (PMM)
* Split out devices used by more than one machine into own Devices sections

Andreas Färber (5):
  MAINTAINERS: Document sPAPR (pSeries) machine
  MAINTAINERS: Document e500 machines and devices
  MAINTAINERS: Downgrade ppc405 to Odd Fixes
  MAINTAINERS: Document Bamboo machine and ppc4xx devices
  MAINTAINERS: Document virtex_ml507 machine

 MAINTAINERS |   50 +++++++++++++++++++++++++++++++++++++++++++++++++-
 roms/SLOF   |    2 +-
 2 files changed, 50 insertions(+), 2 deletions(-)

-- 
1.7.7

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

* [Qemu-devel] [PATCH for-1.2 v2 1/5] MAINTAINERS: Document sPAPR (pSeries) machine
  2012-08-22 15:48 [Qemu-devel] [PATCH for-1.2 v2 0/5] target-ppc: MAINTAINERS additions Andreas Färber
@ 2012-08-22 15:48 ` Andreas Färber
  2012-08-22 15:48 ` [Qemu-devel] [PATCH for-1.2 v2 2/5] MAINTAINERS: Document e500 machines and devices Andreas Färber
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 10+ messages in thread
From: Andreas Färber @ 2012-08-22 15:48 UTC (permalink / raw)
  To: qemu-devel; +Cc: agraf, Andreas Färber

Signed-off-by: Andreas Färber <afaerber@suse.de>
Acked-by: David Gibson <david@gibson.dropbear.id.au>
Cc: Alexander Graf <agraf@suse.de>
---
 MAINTAINERS |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 6d864c1..aab3235 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -374,6 +374,13 @@ S: Odd Fixes
 F: hw/ppc_prep.c
 F: hw/prep_pci.[hc]
 
+sPAPR
+M: David Gibson <david@gibson.dropbear.id.au>
+M: Alexander Graf <agraf@suse.de>
+L: qemu-ppc@nongnu.org
+S: Supported
+F: hw/spapr*
+
 SH4 Machines
 ------------
 R2D
-- 
1.7.7

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

* [Qemu-devel] [PATCH for-1.2 v2 2/5] MAINTAINERS: Document e500 machines and devices
  2012-08-22 15:48 [Qemu-devel] [PATCH for-1.2 v2 0/5] target-ppc: MAINTAINERS additions Andreas Färber
  2012-08-22 15:48 ` [Qemu-devel] [PATCH for-1.2 v2 1/5] MAINTAINERS: Document sPAPR (pSeries) machine Andreas Färber
@ 2012-08-22 15:48 ` Andreas Färber
  2012-08-22 15:50   ` Andreas Färber
  2012-08-22 15:48 ` [Qemu-devel] [PATCH for-1.2 v2 3/5] MAINTAINERS: Downgrade ppc405 to Odd Fixes Andreas Färber
                   ` (4 subsequent siblings)
  6 siblings, 1 reply; 10+ messages in thread
From: Andreas Färber @ 2012-08-22 15:48 UTC (permalink / raw)
  To: qemu-devel; +Cc: Scott Wood, agraf, Andreas Färber

Signed-off-by: Andreas Färber <afaerber@suse.de>
Cc: Alexander Graf <agraf@suse.de>
Cc: Scott Wood <scottwood@freescale.com>
---
 MAINTAINERS |   23 +++++++++++++++++++++++
 roms/SLOF   |    2 +-
 2 files changed, 24 insertions(+), 1 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index aab3235..618045b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -352,6 +352,22 @@ L: qemu-ppc@nongnu.org
 S: Maintained
 F: hw/ppc405_boards.c
 
+e500
+M: Alexander Graf <agraf@suse.de>
+M: Scott Wood <scottwood@freescale.com>
+L: qemu-ppc@nongnu.org
+S: Supported
+F: hw/ppc/e500.[hc]
+F: hw/ppc/e500plat.c
+
+mpc8544ds
+M: Alexander Graf <agraf@suse.de>
+M: Scott Wood <scottwood@freescale.com>
+L: qemu-ppc@nongnu.org
+S: Supported
+F: hw/ppc/mpc8544ds.c
+F: hw/mpc8544_guts.c
+
 New World
 M: Alexander Graf <agraf@suse.de>
 L: qemu-ppc@nongnu.org
@@ -458,6 +474,13 @@ S: Supported
 F: hw/pci*
 F: hw/piix*
 
+ppce500
+M: Alexander Graf <agraf@suse.de>
+M: Scott Wood <scottwood@freescale.com>
+L: qemu-ppc@nongnu.org
+S: Supported
+F: hw/ppce500_*
+
 SCSI
 M: Paolo Bonzini <pbonzini@redhat.com>
 S: Supported
diff --git a/roms/SLOF b/roms/SLOF
index f21f7a3..7279655 160000
--- a/roms/SLOF
+++ b/roms/SLOF
@@ -1 +1 @@
-Subproject commit f21f7a3f46b557eb5923f899ce8b4401b3cc6d91
+Subproject commit 7279655af2eba855bd2df61303d25abd1eeb2300
-- 
1.7.7

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

* [Qemu-devel] [PATCH for-1.2 v2 3/5] MAINTAINERS: Downgrade ppc405 to Odd Fixes
  2012-08-22 15:48 [Qemu-devel] [PATCH for-1.2 v2 0/5] target-ppc: MAINTAINERS additions Andreas Färber
  2012-08-22 15:48 ` [Qemu-devel] [PATCH for-1.2 v2 1/5] MAINTAINERS: Document sPAPR (pSeries) machine Andreas Färber
  2012-08-22 15:48 ` [Qemu-devel] [PATCH for-1.2 v2 2/5] MAINTAINERS: Document e500 machines and devices Andreas Färber
@ 2012-08-22 15:48 ` Andreas Färber
  2012-08-22 15:48 ` [Qemu-devel] [PATCH for-1.2 v2 4/5] MAINTAINERS: Document Bamboo machine and ppc4xx devices Andreas Färber
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 10+ messages in thread
From: Andreas Färber @ 2012-08-22 15:48 UTC (permalink / raw)
  To: qemu-devel; +Cc: agraf, Andreas Färber

As requested by Alex.

Signed-off-by: Andreas Färber <afaerber@suse.de>
---
 MAINTAINERS |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 618045b..e6b2409 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -349,7 +349,7 @@ PowerPC Machines
 405
 M: Alexander Graf <agraf@suse.de>
 L: qemu-ppc@nongnu.org
-S: Maintained
+S: Odd Fixes
 F: hw/ppc405_boards.c
 
 e500
-- 
1.7.7

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

* [Qemu-devel] [PATCH for-1.2 v2 4/5] MAINTAINERS: Document Bamboo machine and ppc4xx devices
  2012-08-22 15:48 [Qemu-devel] [PATCH for-1.2 v2 0/5] target-ppc: MAINTAINERS additions Andreas Färber
                   ` (2 preceding siblings ...)
  2012-08-22 15:48 ` [Qemu-devel] [PATCH for-1.2 v2 3/5] MAINTAINERS: Downgrade ppc405 to Odd Fixes Andreas Färber
@ 2012-08-22 15:48 ` Andreas Färber
  2012-08-22 15:48 ` [Qemu-devel] [PATCH for-1.2 v2 5/5] MAINTAINERS: Document virtex_ml507 machine Andreas Färber
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 10+ messages in thread
From: Andreas Färber @ 2012-08-22 15:48 UTC (permalink / raw)
  To: qemu-devel; +Cc: agraf, Andreas Färber

Place it in alphabetical order and add new Devices section ppc4xx to
share file rules with 405 and virtex_ml507.

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

diff --git a/MAINTAINERS b/MAINTAINERS
index e6b2409..f833a6a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -352,6 +352,12 @@ L: qemu-ppc@nongnu.org
 S: Odd Fixes
 F: hw/ppc405_boards.c
 
+Bamboo
+M: Alexander Graf <agraf@suse.de>
+L: qemu-ppc@nongnu.org
+S: Odd Fixes
+F: hw/ppc440_bamboo.c
+
 e500
 M: Alexander Graf <agraf@suse.de>
 M: Scott Wood <scottwood@freescale.com>
@@ -474,6 +480,12 @@ S: Supported
 F: hw/pci*
 F: hw/piix*
 
+ppc4xx
+M: Alexander Graf <agraf@suse.de>
+L: qemu-ppc@nongnu.org
+S: Odd Fixes
+F: hw/ppc4xx*.[hc]
+
 ppce500
 M: Alexander Graf <agraf@suse.de>
 M: Scott Wood <scottwood@freescale.com>
-- 
1.7.7

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

* [Qemu-devel] [PATCH for-1.2 v2 5/5] MAINTAINERS: Document virtex_ml507 machine
  2012-08-22 15:48 [Qemu-devel] [PATCH for-1.2 v2 0/5] target-ppc: MAINTAINERS additions Andreas Färber
                   ` (3 preceding siblings ...)
  2012-08-22 15:48 ` [Qemu-devel] [PATCH for-1.2 v2 4/5] MAINTAINERS: Document Bamboo machine and ppc4xx devices Andreas Färber
@ 2012-08-22 15:48 ` Andreas Färber
  2012-08-29 15:51 ` [Qemu-devel] [PATCH for-1.2 v2 0/5] target-ppc: MAINTAINERS additions Andreas Färber
  2012-09-11 11:30 ` Alexander Graf
  6 siblings, 0 replies; 10+ messages in thread
From: Andreas Färber @ 2012-08-22 15:48 UTC (permalink / raw)
  To: qemu-devel; +Cc: agraf, Andreas Färber

Place it in alphabetical order, there is a separate section for sharing
ppc4xx devices now.

Signed-off-by: Andreas Färber <afaerber@suse.de>
Acked-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Cc: Alexander Graf <agraf@suse.de>
---
 MAINTAINERS |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index f833a6a..5798ac4 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -403,6 +403,12 @@ L: qemu-ppc@nongnu.org
 S: Supported
 F: hw/spapr*
 
+virtex_ml507
+M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
+L: qemu-ppc@nongnu.org
+S: Odd Fixes
+F: hw/virtex_ml507.c
+
 SH4 Machines
 ------------
 R2D
-- 
1.7.7

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

* Re: [Qemu-devel] [PATCH for-1.2 v2 2/5] MAINTAINERS: Document e500 machines and devices
  2012-08-22 15:48 ` [Qemu-devel] [PATCH for-1.2 v2 2/5] MAINTAINERS: Document e500 machines and devices Andreas Färber
@ 2012-08-22 15:50   ` Andreas Färber
  0 siblings, 0 replies; 10+ messages in thread
From: Andreas Färber @ 2012-08-22 15:50 UTC (permalink / raw)
  To: agraf; +Cc: Scott Wood, qemu-devel

Am 22.08.2012 17:48, schrieb Andreas Färber:
> Signed-off-by: Andreas Färber <afaerber@suse.de>
> Cc: Alexander Graf <agraf@suse.de>
> Cc: Scott Wood <scottwood@freescale.com>
> ---
>  MAINTAINERS |   23 +++++++++++++++++++++++
>  roms/SLOF   |    2 +-
>  2 files changed, 24 insertions(+), 1 deletions(-)
[...]
> diff --git a/roms/SLOF b/roms/SLOF
> index f21f7a3..7279655 160000
> --- a/roms/SLOF
> +++ b/roms/SLOF
> @@ -1 +1 @@
> -Subproject commit f21f7a3f46b557eb5923f899ce8b4401b3cc6d91
> +Subproject commit 7279655af2eba855bd2df61303d25abd1eeb2300

This was obviously not supposed to be in there...

/-F

-- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg

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

* Re: [Qemu-devel] [PATCH for-1.2 v2 0/5] target-ppc: MAINTAINERS additions
  2012-08-22 15:48 [Qemu-devel] [PATCH for-1.2 v2 0/5] target-ppc: MAINTAINERS additions Andreas Färber
                   ` (4 preceding siblings ...)
  2012-08-22 15:48 ` [Qemu-devel] [PATCH for-1.2 v2 5/5] MAINTAINERS: Document virtex_ml507 machine Andreas Färber
@ 2012-08-29 15:51 ` Andreas Färber
  2012-09-07  9:25   ` Edgar E. Iglesias
  2012-09-11 11:30 ` Alexander Graf
  6 siblings, 1 reply; 10+ messages in thread
From: Andreas Färber @ 2012-08-29 15:51 UTC (permalink / raw)
  To: agraf; +Cc: Peter Maydell, qemu-devel, Anthony Liguori, Edgar E. Iglesias

Am 22.08.2012 17:48, schrieb Andreas Färber:
> Hi Alex,
> 
> Here's an updated and squashed series adding some MAINTAINERS sections
> for ppc machines and their devices.
> 
> Based on Peter's suggestion the machines are no longer grouped by ppc4xx
> chipset but ordered alphabetically, and the shared devices both for ppc4xx
> and e500 get their own Devices sections for rule sharing across machines.
> 
> Since this is documentation only I would like to get this into rc1.
> Feel free to adapt/reorder in any way you see fit to document things.

Ping?

/-F

> 
> Regards,
> Andreas
> 
> Cc: Alexander Graf <agraf@suse.de>
> Cc: Edgar E. Iglesias <edgar.iglesias@gmail.com>
> Cc: Peter Maydell <peter.maydell@linaro.org>
> 
> v1 -> v2:
> * Rebased onto splitup and relocation of mpc8544ds machine
> * Order machines alphabetically (PMM)
> * Split out devices used by more than one machine into own Devices sections
> 
> Andreas Färber (5):
>   MAINTAINERS: Document sPAPR (pSeries) machine
>   MAINTAINERS: Document e500 machines and devices
>   MAINTAINERS: Downgrade ppc405 to Odd Fixes
>   MAINTAINERS: Document Bamboo machine and ppc4xx devices
>   MAINTAINERS: Document virtex_ml507 machine
> 
>  MAINTAINERS |   50 +++++++++++++++++++++++++++++++++++++++++++++++++-
>  roms/SLOF   |    2 +-
>  2 files changed, 50 insertions(+), 2 deletions(-)
> 


-- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg

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

* Re: [Qemu-devel] [PATCH for-1.2 v2 0/5] target-ppc: MAINTAINERS additions
  2012-08-29 15:51 ` [Qemu-devel] [PATCH for-1.2 v2 0/5] target-ppc: MAINTAINERS additions Andreas Färber
@ 2012-09-07  9:25   ` Edgar E. Iglesias
  0 siblings, 0 replies; 10+ messages in thread
From: Edgar E. Iglesias @ 2012-09-07  9:25 UTC (permalink / raw)
  To: Andreas Färber; +Cc: Peter Maydell, agraf, Anthony Liguori, qemu-devel

On Wed, Aug 29, 2012 at 05:51:09PM +0200, Andreas Färber wrote:
> Am 22.08.2012 17:48, schrieb Andreas Färber:
> > Hi Alex,
> > 
> > Here's an updated and squashed series adding some MAINTAINERS sections
> > for ppc machines and their devices.
> > 
> > Based on Peter's suggestion the machines are no longer grouped by ppc4xx
> > chipset but ordered alphabetically, and the shared devices both for ppc4xx
> > and e500 get their own Devices sections for rule sharing across machines.
> > 
> > Since this is documentation only I would like to get this into rc1.
> > Feel free to adapt/reorder in any way you see fit to document things.
> 
> Ping?

Ack on the part that adds me as maintainer for the virtex board. I'm
assuming this should go via Alex ppc tree.

Acked-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>

Cheers,
Edgar

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

* Re: [Qemu-devel] [PATCH for-1.2 v2 0/5] target-ppc: MAINTAINERS additions
  2012-08-22 15:48 [Qemu-devel] [PATCH for-1.2 v2 0/5] target-ppc: MAINTAINERS additions Andreas Färber
                   ` (5 preceding siblings ...)
  2012-08-29 15:51 ` [Qemu-devel] [PATCH for-1.2 v2 0/5] target-ppc: MAINTAINERS additions Andreas Färber
@ 2012-09-11 11:30 ` Alexander Graf
  6 siblings, 0 replies; 10+ messages in thread
From: Alexander Graf @ 2012-09-11 11:30 UTC (permalink / raw)
  To: Andreas Färber; +Cc: Edgar E. Iglesias, qemu-devel, Peter Maydell

On 08/22/2012 05:48 PM, Andreas Färber wrote:
> Hi Alex,
>
> Here's an updated and squashed series adding some MAINTAINERS sections
> for ppc machines and their devices.
>
> Based on Peter's suggestion the machines are no longer grouped by ppc4xx
> chipset but ordered alphabetically, and the shared devices both for ppc4xx
> and e500 get their own Devices sections for rule sharing across machines.
>
> Since this is documentation only I would like to get this into rc1.
> Feel free to adapt/reorder in any way you see fit to document things.

Thanks, applied all to ppc-next.


Alex

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

end of thread, other threads:[~2012-09-11 11:30 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-22 15:48 [Qemu-devel] [PATCH for-1.2 v2 0/5] target-ppc: MAINTAINERS additions Andreas Färber
2012-08-22 15:48 ` [Qemu-devel] [PATCH for-1.2 v2 1/5] MAINTAINERS: Document sPAPR (pSeries) machine Andreas Färber
2012-08-22 15:48 ` [Qemu-devel] [PATCH for-1.2 v2 2/5] MAINTAINERS: Document e500 machines and devices Andreas Färber
2012-08-22 15:50   ` Andreas Färber
2012-08-22 15:48 ` [Qemu-devel] [PATCH for-1.2 v2 3/5] MAINTAINERS: Downgrade ppc405 to Odd Fixes Andreas Färber
2012-08-22 15:48 ` [Qemu-devel] [PATCH for-1.2 v2 4/5] MAINTAINERS: Document Bamboo machine and ppc4xx devices Andreas Färber
2012-08-22 15:48 ` [Qemu-devel] [PATCH for-1.2 v2 5/5] MAINTAINERS: Document virtex_ml507 machine Andreas Färber
2012-08-29 15:51 ` [Qemu-devel] [PATCH for-1.2 v2 0/5] target-ppc: MAINTAINERS additions Andreas Färber
2012-09-07  9:25   ` Edgar E. Iglesias
2012-09-11 11:30 ` 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).