Re: [PATCH-for-5.2] default-configs: Remove ACPI_CPU_HOTPLUG from MIPS machines

2020-08-03 Thread Philippe Mathieu-Daudé
On 7/30/20 1:34 PM, Igor Mammedov wrote: > On Fri, 24 Jul 2020 18:52:59 +0200 > Philippe Mathieu-Daudé wrote: > >> No MIPS machine uses the ACPI cpu-hotplug feature >> (QEMU implementation is X86 specific). > > if I recall correctly we were building it to satisfy symbol dependencies > due to hw/

Re: [PATCH-for-5.2] default-configs: Remove ACPI_CPU_HOTPLUG from MIPS machines

2020-07-30 Thread Igor Mammedov
On Fri, 24 Jul 2020 18:52:59 +0200 Philippe Mathieu-Daudé wrote: > No MIPS machine uses the ACPI cpu-hotplug feature > (QEMU implementation is X86 specific). if I recall correctly we were building it to satisfy symbol dependencies due to hw/acpi/piix4.c being shared between x86 and mips. It no

[PATCH-for-5.2] default-configs: Remove ACPI_CPU_HOTPLUG from MIPS machines

2020-07-24 Thread Philippe Mathieu-Daudé
No MIPS machine uses the ACPI cpu-hotplug feature (QEMU implementation is X86 specific). Fixes: 135a67a692 ("ACPI: split CONFIG_ACPI into 4 pieces") Signed-off-by: Philippe Mathieu-Daudé --- default-configs/mips-softmmu-common.mak | 1 - 1 file changed, 1 deletion(-) diff --git a/default-config