From e0c0965f0739becb2942b0866d520d80366c2f65 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Thu, 12 Dec 2019 18:03:46 +0100 Subject: acpi: move PC stubs out of stubs/ This is a small cleanup that lets microvm build entirely without include/hw/i386/pc.h. Signed-off-by: Paolo Bonzini --- hw/acpi/acpi-x86-stub.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 hw/acpi/acpi-x86-stub.c (limited to 'hw/acpi/acpi-x86-stub.c') diff --git a/hw/acpi/acpi-x86-stub.c b/hw/acpi/acpi-x86-stub.c new file mode 100644 index 0000000000..f88d6a090b --- /dev/null +++ b/hw/acpi/acpi-x86-stub.c @@ -0,0 +1,7 @@ +#include "qemu/osdep.h" +#include "hw/i386/pc.h" + +void pc_madt_cpu_entry(AcpiDeviceIf *adev, int uid, + const CPUArchIdList *apic_ids, GArray *entry) +{ +} -- cgit v1.2.3