diff options
Diffstat (limited to 'hw/acpi/acpi-x86-stub.c')
-rw-r--r-- | hw/acpi/acpi-x86-stub.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/hw/acpi/acpi-x86-stub.c b/hw/acpi/acpi-x86-stub.c new file mode 100644 index 00000000..3df1e090 --- /dev/null +++ b/hw/acpi/acpi-x86-stub.c @@ -0,0 +1,14 @@ +#include "qemu/osdep.h" +#include "hw/i386/pc.h" +#include "hw/i386/acpi-build.h" + +void pc_madt_cpu_entry(AcpiDeviceIf *adev, int uid, + const CPUArchIdList *apic_ids, GArray *entry, + bool force_enabled) +{ +} + +Object *acpi_get_i386_pci_host(void) +{ + return NULL; +} |