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
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
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