Re: [PATCH] hw/pci-host: Do not build gpex-acpi.c if GPEX is not selected

2021-05-13 Thread Laurent Vivier
Le 11/05/2021 à 05:36, Philippe Mathieu-Daudé a écrit : > Cc'ing qemu-trivial (patch reviewed). Applied to my trivial-patches branch. Thanks, Laurent > On 4/25/21 8:21 PM, Philippe Mathieu-Daudé wrote: >> Since its introduction in commit 5b85eabe68f ("acpi: add >> acpi_dsdt_add_gpex") we build g

Re: [PATCH] hw/pci-host: Do not build gpex-acpi.c if GPEX is not selected

2021-05-10 Thread Philippe Mathieu-Daudé
Cc'ing qemu-trivial (patch reviewed). On 4/25/21 8:21 PM, Philippe Mathieu-Daudé wrote: > Since its introduction in commit 5b85eabe68f ("acpi: add > acpi_dsdt_add_gpex") we build gpex-acpi.c if ACPI is selected, > even if the GPEX_HOST device isn't build. Add the missing > Kconfig dependency. > >

Re: [PATCH] hw/pci-host: Do not build gpex-acpi.c if GPEX is not selected

2021-04-26 Thread Gerd Hoffmann
On Sun, Apr 25, 2021 at 08:21:24PM +0200, Philippe Mathieu-Daudé wrote: > Since its introduction in commit 5b85eabe68f ("acpi: add > acpi_dsdt_add_gpex") we build gpex-acpi.c if ACPI is selected, > even if the GPEX_HOST device isn't build. Add the missing > Kconfig dependency. > > Signed-off-by: P

Re: [PATCH] hw/pci-host: Do not build gpex-acpi.c if GPEX is not selected

2021-04-25 Thread Alistair Francis
On Mon, Apr 26, 2021 at 4:21 AM Philippe Mathieu-Daudé wrote: > > Since its introduction in commit 5b85eabe68f ("acpi: add > acpi_dsdt_add_gpex") we build gpex-acpi.c if ACPI is selected, > even if the GPEX_HOST device isn't build. Add the missing > Kconfig dependency. > > Signed-off-by: Philippe

[PATCH] hw/pci-host: Do not build gpex-acpi.c if GPEX is not selected

2021-04-25 Thread Philippe Mathieu-Daudé
Since its introduction in commit 5b85eabe68f ("acpi: add acpi_dsdt_add_gpex") we build gpex-acpi.c if ACPI is selected, even if the GPEX_HOST device isn't build. Add the missing Kconfig dependency. Signed-off-by: Philippe Mathieu-Daudé --- The gpex*.c files aren't covered by any MAINTAINERS secti