Re: [PATCH] acpi: add acpi=OnOffAuto machine property to x86 and arm virt

2020-03-20 Thread Paolo Bonzini
On 20/03/20 11:01, Gerd Hoffmann wrote: > Remove the global acpi_enabled bool and replace it with an > acpi OnOffAuto machine property. > > qemu throws an error now if you use -no-acpi while the machine > type you are using doesn't support acpi in the first place. > > Signed-off-by: Gerd Hoffmann

Re: [PATCH] acpi: add acpi=OnOffAuto machine property to x86 and arm virt

2020-03-20 Thread Philippe Mathieu-Daudé
On 3/20/20 11:01 AM, Gerd Hoffmann wrote: Remove the global acpi_enabled bool and replace it with an acpi OnOffAuto machine property. qemu throws an error now if you use -no-acpi while the machine type you are using doesn't support acpi in the first place. Suggested-by: Paolo Bonzini Signe

[PATCH] acpi: add acpi=OnOffAuto machine property to x86 and arm virt

2020-03-20 Thread Gerd Hoffmann
Remove the global acpi_enabled bool and replace it with an acpi OnOffAuto machine property. qemu throws an error now if you use -no-acpi while the machine type you are using doesn't support acpi in the first place. Signed-off-by: Gerd Hoffmann --- include/hw/acpi/acpi.h | 1 - include/hw/arm