All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Improve the PowerPC machines section
@ 2022-01-05 10:48 Thomas Huth
  2022-01-05 12:51 ` Daniel Henrique Barboza
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Thomas Huth @ 2022-01-05 10:48 UTC (permalink / raw)
  To: Daniel Henrique Barboza, Cédric Le Goater, qemu-devel
  Cc: Mark Cave-Ayland, Hervé Poussineau, qemu-ppc, Greg Kurz,
	David Gibson

Add some documentation files to the corresponding machine sections
and mention the machine names in the section titles where it is
not so obvious (e.g. that "taihu" is a 405 machine).

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 MAINTAINERS | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index f871d759fd..53cf0fdc00 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1245,7 +1245,7 @@ F: hw/openrisc/openrisc_sim.c
 
 PowerPC Machines
 ----------------
-405
+405 (ref405ep and taihu)
 L: qemu-ppc@nongnu.org
 S: Orphan
 F: hw/ppc/ppc405_boards.c
@@ -1281,6 +1281,7 @@ New World (mac99)
 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
 L: qemu-ppc@nongnu.org
 S: Odd Fixes
+F: docs/system/ppc/powermac.rst
 F: hw/ppc/mac_newworld.c
 F: hw/pci-host/uninorth.c
 F: hw/pci-bridge/dec.[hc]
@@ -1299,6 +1300,7 @@ Old World (g3beige)
 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
 L: qemu-ppc@nongnu.org
 S: Odd Fixes
+F: docs/system/ppc/powermac.rst
 F: hw/ppc/mac_oldworld.c
 F: hw/pci-host/grackle.c
 F: hw/misc/macio/
@@ -1312,6 +1314,7 @@ PReP
 M: Hervé Poussineau <hpoussin@reactos.org>
 L: qemu-ppc@nongnu.org
 S: Maintained
+F: docs/system/ppc/prep.rst
 F: hw/ppc/prep.c
 F: hw/ppc/prep_systemio.c
 F: hw/ppc/rs6000_mc.c
@@ -1324,7 +1327,7 @@ F: include/hw/isa/pc87312.h
 F: include/hw/rtc/m48t59.h
 F: tests/avocado/ppc_prep_40p.py
 
-sPAPR
+sPAPR (pseries)
 M: Cédric Le Goater <clg@kaod.org>
 M: Daniel Henrique Barboza <danielhb413@gmail.com>
 R: David Gibson <david@gibson.dropbear.id.au>
@@ -1336,8 +1339,8 @@ F: include/hw/*/spapr*
 F: hw/*/xics*
 F: include/hw/*/xics*
 F: pc-bios/slof.bin
-F: docs/specs/ppc-spapr-hcalls.txt
-F: docs/specs/ppc-spapr-hotplug.txt
+F: docs/system/ppc/pseries.rst
+F: docs/specs/ppc-spapr-*
 F: tests/qtest/spapr*
 F: tests/qtest/libqos/*spapr*
 F: tests/qtest/rtas*
@@ -1348,6 +1351,7 @@ PowerNV (Non-Virtualized)
 M: Cédric Le Goater <clg@kaod.org>
 L: qemu-ppc@nongnu.org
 S: Maintained
+F: docs/system/ppc/powernv.rst
 F: hw/ppc/pnv*
 F: hw/intc/pnv*
 F: hw/intc/xics_pnv.c
-- 
2.27.0



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

* Re: [PATCH] MAINTAINERS: Improve the PowerPC machines section
  2022-01-05 10:48 [PATCH] MAINTAINERS: Improve the PowerPC machines section Thomas Huth
@ 2022-01-05 12:51 ` Daniel Henrique Barboza
  2022-01-07  7:50 ` Mark Cave-Ayland
  2022-01-12 11:39 ` Cédric Le Goater
  2 siblings, 0 replies; 4+ messages in thread
From: Daniel Henrique Barboza @ 2022-01-05 12:51 UTC (permalink / raw)
  To: Thomas Huth, Cédric Le Goater, qemu-devel
  Cc: Mark Cave-Ayland, Hervé Poussineau, qemu-ppc, Greg Kurz,
	David Gibson



On 1/5/22 07:48, Thomas Huth wrote:
> Add some documentation files to the corresponding machine sections
> and mention the machine names in the section titles where it is
> not so obvious (e.g. that "taihu" is a 405 machine).
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---

Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>

>   MAINTAINERS | 12 ++++++++----
>   1 file changed, 8 insertions(+), 4 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index f871d759fd..53cf0fdc00 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1245,7 +1245,7 @@ F: hw/openrisc/openrisc_sim.c
>   
>   PowerPC Machines
>   ----------------
> -405
> +405 (ref405ep and taihu)
>   L: qemu-ppc@nongnu.org
>   S: Orphan
>   F: hw/ppc/ppc405_boards.c
> @@ -1281,6 +1281,7 @@ New World (mac99)
>   M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
>   L: qemu-ppc@nongnu.org
>   S: Odd Fixes
> +F: docs/system/ppc/powermac.rst
>   F: hw/ppc/mac_newworld.c
>   F: hw/pci-host/uninorth.c
>   F: hw/pci-bridge/dec.[hc]
> @@ -1299,6 +1300,7 @@ Old World (g3beige)
>   M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
>   L: qemu-ppc@nongnu.org
>   S: Odd Fixes
> +F: docs/system/ppc/powermac.rst
>   F: hw/ppc/mac_oldworld.c
>   F: hw/pci-host/grackle.c
>   F: hw/misc/macio/
> @@ -1312,6 +1314,7 @@ PReP
>   M: Hervé Poussineau <hpoussin@reactos.org>
>   L: qemu-ppc@nongnu.org
>   S: Maintained
> +F: docs/system/ppc/prep.rst
>   F: hw/ppc/prep.c
>   F: hw/ppc/prep_systemio.c
>   F: hw/ppc/rs6000_mc.c
> @@ -1324,7 +1327,7 @@ F: include/hw/isa/pc87312.h
>   F: include/hw/rtc/m48t59.h
>   F: tests/avocado/ppc_prep_40p.py
>   
> -sPAPR
> +sPAPR (pseries)
>   M: Cédric Le Goater <clg@kaod.org>
>   M: Daniel Henrique Barboza <danielhb413@gmail.com>
>   R: David Gibson <david@gibson.dropbear.id.au>
> @@ -1336,8 +1339,8 @@ F: include/hw/*/spapr*
>   F: hw/*/xics*
>   F: include/hw/*/xics*
>   F: pc-bios/slof.bin
> -F: docs/specs/ppc-spapr-hcalls.txt
> -F: docs/specs/ppc-spapr-hotplug.txt
> +F: docs/system/ppc/pseries.rst
> +F: docs/specs/ppc-spapr-*
>   F: tests/qtest/spapr*
>   F: tests/qtest/libqos/*spapr*
>   F: tests/qtest/rtas*
> @@ -1348,6 +1351,7 @@ PowerNV (Non-Virtualized)
>   M: Cédric Le Goater <clg@kaod.org>
>   L: qemu-ppc@nongnu.org
>   S: Maintained
> +F: docs/system/ppc/powernv.rst
>   F: hw/ppc/pnv*
>   F: hw/intc/pnv*
>   F: hw/intc/xics_pnv.c


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

* Re: [PATCH] MAINTAINERS: Improve the PowerPC machines section
  2022-01-05 10:48 [PATCH] MAINTAINERS: Improve the PowerPC machines section Thomas Huth
  2022-01-05 12:51 ` Daniel Henrique Barboza
@ 2022-01-07  7:50 ` Mark Cave-Ayland
  2022-01-12 11:39 ` Cédric Le Goater
  2 siblings, 0 replies; 4+ messages in thread
From: Mark Cave-Ayland @ 2022-01-07  7:50 UTC (permalink / raw)
  To: Thomas Huth, Daniel Henrique Barboza, Cédric Le Goater, qemu-devel
  Cc: qemu-ppc, Hervé Poussineau, Greg Kurz, David Gibson

On 05/01/2022 10:48, Thomas Huth wrote:

> Add some documentation files to the corresponding machine sections
> and mention the machine names in the section titles where it is
> not so obvious (e.g. that "taihu" is a 405 machine).
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>   MAINTAINERS | 12 ++++++++----
>   1 file changed, 8 insertions(+), 4 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index f871d759fd..53cf0fdc00 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1245,7 +1245,7 @@ F: hw/openrisc/openrisc_sim.c
>   
>   PowerPC Machines
>   ----------------
> -405
> +405 (ref405ep and taihu)
>   L: qemu-ppc@nongnu.org
>   S: Orphan
>   F: hw/ppc/ppc405_boards.c
> @@ -1281,6 +1281,7 @@ New World (mac99)
>   M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
>   L: qemu-ppc@nongnu.org
>   S: Odd Fixes
> +F: docs/system/ppc/powermac.rst
>   F: hw/ppc/mac_newworld.c
>   F: hw/pci-host/uninorth.c
>   F: hw/pci-bridge/dec.[hc]
> @@ -1299,6 +1300,7 @@ Old World (g3beige)
>   M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
>   L: qemu-ppc@nongnu.org
>   S: Odd Fixes
> +F: docs/system/ppc/powermac.rst
>   F: hw/ppc/mac_oldworld.c
>   F: hw/pci-host/grackle.c
>   F: hw/misc/macio/
> @@ -1312,6 +1314,7 @@ PReP
>   M: Hervé Poussineau <hpoussin@reactos.org>
>   L: qemu-ppc@nongnu.org
>   S: Maintained
> +F: docs/system/ppc/prep.rst
>   F: hw/ppc/prep.c
>   F: hw/ppc/prep_systemio.c
>   F: hw/ppc/rs6000_mc.c
> @@ -1324,7 +1327,7 @@ F: include/hw/isa/pc87312.h
>   F: include/hw/rtc/m48t59.h
>   F: tests/avocado/ppc_prep_40p.py
>   
> -sPAPR
> +sPAPR (pseries)
>   M: Cédric Le Goater <clg@kaod.org>
>   M: Daniel Henrique Barboza <danielhb413@gmail.com>
>   R: David Gibson <david@gibson.dropbear.id.au>
> @@ -1336,8 +1339,8 @@ F: include/hw/*/spapr*
>   F: hw/*/xics*
>   F: include/hw/*/xics*
>   F: pc-bios/slof.bin
> -F: docs/specs/ppc-spapr-hcalls.txt
> -F: docs/specs/ppc-spapr-hotplug.txt
> +F: docs/system/ppc/pseries.rst
> +F: docs/specs/ppc-spapr-*
>   F: tests/qtest/spapr*
>   F: tests/qtest/libqos/*spapr*
>   F: tests/qtest/rtas*
> @@ -1348,6 +1351,7 @@ PowerNV (Non-Virtualized)
>   M: Cédric Le Goater <clg@kaod.org>
>   L: qemu-ppc@nongnu.org
>   S: Maintained
> +F: docs/system/ppc/powernv.rst
>   F: hw/ppc/pnv*
>   F: hw/intc/pnv*
>   F: hw/intc/xics_pnv.c

For the New World and Old World machines:

Reviewed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>


ATB,

Mark.


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

* Re: [PATCH] MAINTAINERS: Improve the PowerPC machines section
  2022-01-05 10:48 [PATCH] MAINTAINERS: Improve the PowerPC machines section Thomas Huth
  2022-01-05 12:51 ` Daniel Henrique Barboza
  2022-01-07  7:50 ` Mark Cave-Ayland
@ 2022-01-12 11:39 ` Cédric Le Goater
  2 siblings, 0 replies; 4+ messages in thread
From: Cédric Le Goater @ 2022-01-12 11:39 UTC (permalink / raw)
  To: Thomas Huth, Daniel Henrique Barboza, qemu-devel
  Cc: Mark Cave-Ayland, Hervé Poussineau, qemu-ppc, Greg Kurz,
	David Gibson

On 1/5/22 11:48, Thomas Huth wrote:
> Add some documentation files to the corresponding machine sections
> and mention the machine names in the section titles where it is
> not so obvious (e.g. that "taihu" is a 405 machine).
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>   MAINTAINERS | 12 ++++++++----
>   1 file changed, 8 insertions(+), 4 deletions(-)
> 
>   F: hw/intc/pnv*
>   F: hw/intc/xics_pnv.c
> 


Applied to ppc7.0.

Thanks,

C.


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

end of thread, other threads:[~2022-01-12 12:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-05 10:48 [PATCH] MAINTAINERS: Improve the PowerPC machines section Thomas Huth
2022-01-05 12:51 ` Daniel Henrique Barboza
2022-01-07  7:50 ` Mark Cave-Ayland
2022-01-12 11:39 ` Cédric Le Goater

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.