[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] [Qemu-trivial] [PATCH] MAINTAINERS: Add missing hw/pci-ho
From: |
Laurent Vivier |
Subject: |
Re: [Qemu-ppc] [Qemu-trivial] [PATCH] MAINTAINERS: Add missing hw/pci-host entries |
Date: |
Thu, 22 Nov 2018 14:45:38 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 |
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 <address@hidden>
> ---
> 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 <address@hidden>
> 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 <address@hidden>
> @@ -1029,6 +1031,8 @@ M: Mark Cave-Ayland <address@hidden>
> 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 <address@hidden>
>
Reviewed-by: Laurent Vivier <address@hidden>