* [Qemu-devel] [PATCH] MAINTAINERS: Add missing hw/pci-host entries
@ 2018-11-22 13:02 Thomas Huth
2018-11-22 13:27 ` Aleksandar Markovic
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Thomas Huth @ 2018-11-22 13:02 UTC (permalink / raw)
To: qemu-devel, qemu-trivial
Cc: Aleksandar Markovic, Stefan Markovic, Paul Burton,
Mark Cave-Ayland, David Gibson, qemu-ppc
Bonito belongs to Fulong-2E, Sabre belongs to Sun4u, and Mac-Newworld
and Mips-Boston were missing the header files.
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
MAINTAINERS | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 6522621..46a5581 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -876,7 +876,7 @@ R: Stefan Markovic <smarkovic@wavecomp.com>
S: Odd Fixes
F: hw/mips/mips_fulong2e.c
F: hw/isa/vt82c686.c
-
+F: hw/pci-host/bonito.c
F: include/hw/isa/vt82c686.h
Boston
@@ -886,6 +886,7 @@ S: Maintained
F: hw/core/loader-fit.c
F: hw/mips/boston.c
F: hw/pci-host/xilinx-pcie.c
+F: include/hw/pci-host/xilinx-pcie.h
OpenRISC Machines
-----------------
@@ -938,6 +939,7 @@ F: hw/nvram/mac_nvram.c
F: include/hw/misc/macio/
F: include/hw/misc/mos6522.h
F: include/hw/ppc/mac_dbdma.h
+F: include/hw/pci-host/uninorth.h
Old World
M: David Gibson <david@gibson.dropbear.id.au>
@@ -1029,6 +1031,8 @@ M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
S: Maintained
F: hw/sparc64/sun4u.c
F: pc-bios/openbios-sparc64
+F: hw/pci-host/sabre.c
+F: include/hw/pci-host/sabre.h
Sun4v
M: Artyom Tarasenko <atar4qemu@gmail.com>
--
1.8.3.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] [PATCH] MAINTAINERS: Add missing hw/pci-host entries
2018-11-22 13:02 [Qemu-devel] [PATCH] MAINTAINERS: Add missing hw/pci-host entries Thomas Huth
@ 2018-11-22 13:27 ` Aleksandar Markovic
2018-11-22 13:45 ` [Qemu-devel] [Qemu-trivial] " Laurent Vivier
2018-11-27 11:27 ` Laurent Vivier
2 siblings, 0 replies; 4+ messages in thread
From: Aleksandar Markovic @ 2018-11-22 13:27 UTC (permalink / raw)
To: Thomas Huth, qemu-devel@nongnu.org, qemu-trivial@nongnu.org
Cc: Stefan Markovic, Paul Burton, Mark Cave-Ayland, David Gibson,
qemu-ppc@nongnu.org
Thomas wrote:
> Bonito belongs to Fulong-2E, Sabre belongs to Sun4u, and Mac-Newworld
> and Mips-Boston were missing the header files.
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
> MAINTAINERS | 6 +++++-
> 1 file changed, 5 insertions(+), 1 deletion(-)
For MIPS bits and pieces (Fulong-2E and Boston boards):
Reviewed-by: Aleksandar Markovic <amarkovic@wavecomp.com>
For others:
Acked-by: Aleksandar Markovic <amarkovic@wavecomp.com>
THANKS!
________________________________________
From: Thomas Huth <thuth@redhat.com>
Sent: Thursday, November 22, 2018 2:02:40 PM
To: qemu-devel@nongnu.org; qemu-trivial@nongnu.org
Cc: Aleksandar Markovic; Stefan Markovic; Paul Burton; Mark Cave-Ayland; David Gibson; qemu-ppc@nongnu.org
Subject: [PATCH] MAINTAINERS: Add missing hw/pci-host entries
Bonito belongs to Fulong-2E, Sabre belongs to Sun4u, and Mac-Newworld
and Mips-Boston were missing the header files.
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
MAINTAINERS | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 6522621..46a5581 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -876,7 +876,7 @@ R: Stefan Markovic <smarkovic@wavecomp.com>
S: Odd Fixes
F: hw/mips/mips_fulong2e.c
F: hw/isa/vt82c686.c
-
+F: hw/pci-host/bonito.c
F: include/hw/isa/vt82c686.h
Boston
@@ -886,6 +886,7 @@ S: Maintained
F: hw/core/loader-fit.c
F: hw/mips/boston.c
F: hw/pci-host/xilinx-pcie.c
+F: include/hw/pci-host/xilinx-pcie.h
OpenRISC Machines
-----------------
@@ -938,6 +939,7 @@ F: hw/nvram/mac_nvram.c
F: include/hw/misc/macio/
F: include/hw/misc/mos6522.h
F: include/hw/ppc/mac_dbdma.h
+F: include/hw/pci-host/uninorth.h
Old World
M: David Gibson <david@gibson.dropbear.id.au>
@@ -1029,6 +1031,8 @@ M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
S: Maintained
F: hw/sparc64/sun4u.c
F: pc-bios/openbios-sparc64
+F: hw/pci-host/sabre.c
+F: include/hw/pci-host/sabre.h
Sun4v
M: Artyom Tarasenko <atar4qemu@gmail.com>
--
1.8.3.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] [Qemu-trivial] [PATCH] MAINTAINERS: Add missing hw/pci-host entries
2018-11-22 13:02 [Qemu-devel] [PATCH] MAINTAINERS: Add missing hw/pci-host entries Thomas Huth
2018-11-22 13:27 ` Aleksandar Markovic
@ 2018-11-22 13:45 ` Laurent Vivier
2018-11-27 11:27 ` Laurent Vivier
2 siblings, 0 replies; 4+ messages in thread
From: Laurent Vivier @ 2018-11-22 13:45 UTC (permalink / raw)
To: Thomas Huth, qemu-devel, qemu-trivial
Cc: Paul Burton, Stefan Markovic, Mark Cave-Ayland, qemu-ppc,
Aleksandar Markovic, David Gibson
On 22/11/2018 14:02, Thomas Huth wrote:
> Bonito belongs to Fulong-2E, Sabre belongs to Sun4u, and Mac-Newworld
> and Mips-Boston were missing the header files.
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
> MAINTAINERS | 6 +++++-
> 1 file changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 6522621..46a5581 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -876,7 +876,7 @@ R: Stefan Markovic <smarkovic@wavecomp.com>
> S: Odd Fixes
> F: hw/mips/mips_fulong2e.c
> F: hw/isa/vt82c686.c
> -
> +F: hw/pci-host/bonito.c
> F: include/hw/isa/vt82c686.h
>
> Boston
> @@ -886,6 +886,7 @@ S: Maintained
> F: hw/core/loader-fit.c
> F: hw/mips/boston.c
> F: hw/pci-host/xilinx-pcie.c
> +F: include/hw/pci-host/xilinx-pcie.h
>
> OpenRISC Machines
> -----------------
> @@ -938,6 +939,7 @@ F: hw/nvram/mac_nvram.c
> F: include/hw/misc/macio/
> F: include/hw/misc/mos6522.h
> F: include/hw/ppc/mac_dbdma.h
> +F: include/hw/pci-host/uninorth.h
>
> Old World
> M: David Gibson <david@gibson.dropbear.id.au>
> @@ -1029,6 +1031,8 @@ M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
> S: Maintained
> F: hw/sparc64/sun4u.c
> F: pc-bios/openbios-sparc64
> +F: hw/pci-host/sabre.c
> +F: include/hw/pci-host/sabre.h
>
> Sun4v
> M: Artyom Tarasenko <atar4qemu@gmail.com>
>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] [Qemu-trivial] [PATCH] MAINTAINERS: Add missing hw/pci-host entries
2018-11-22 13:02 [Qemu-devel] [PATCH] MAINTAINERS: Add missing hw/pci-host entries Thomas Huth
2018-11-22 13:27 ` Aleksandar Markovic
2018-11-22 13:45 ` [Qemu-devel] [Qemu-trivial] " Laurent Vivier
@ 2018-11-27 11:27 ` Laurent Vivier
2 siblings, 0 replies; 4+ messages in thread
From: Laurent Vivier @ 2018-11-27 11:27 UTC (permalink / raw)
To: Thomas Huth, qemu-devel, qemu-trivial
Cc: Paul Burton, Stefan Markovic, Mark Cave-Ayland, qemu-ppc,
Aleksandar Markovic, David Gibson
On 22/11/2018 14:02, Thomas Huth wrote:
> Bonito belongs to Fulong-2E, Sabre belongs to Sun4u, and Mac-Newworld
> and Mips-Boston were missing the header files.
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
> MAINTAINERS | 6 +++++-
> 1 file changed, 5 insertions(+), 1 deletion(-)
>
Applied to my trivial-patches branch.
Thanks,
Laurent
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-11-27 11:27 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-22 13:02 [Qemu-devel] [PATCH] MAINTAINERS: Add missing hw/pci-host entries Thomas Huth
2018-11-22 13:27 ` Aleksandar Markovic
2018-11-22 13:45 ` [Qemu-devel] [Qemu-trivial] " Laurent Vivier
2018-11-27 11:27 ` Laurent Vivier
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).