summaryrefslogtreecommitdiffstats
path: root/hw/acpi/acpi-stub.c
Commit message (Collapse)AuthorAgeFilesLines
* acpi: filter based on CONFIG_ACPI_X86 rather than TARGETPaolo Bonzini2017-01-161-0/+29
Copy the mechanism of hw/smbios/smbios-stub.c to implement an ACPI-stub instead, so that -acpitable can be later extended to ARM. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>