summaryrefslogtreecommitdiffstats
path: root/stubs
diff options
context:
space:
mode:
authorPaolo Bonzini2019-12-12 18:03:46 +0100
committerPaolo Bonzini2019-12-17 19:33:50 +0100
commite0c0965f0739becb2942b0866d520d80366c2f65 (patch)
tree1ed4236bf1545d6e1bb19fd9fcd3f95637587197 /stubs
parentx86: move more x86-generic functions out of PC files (diff)
downloadqemu-e0c0965f0739becb2942b0866d520d80366c2f65.tar.gz
qemu-e0c0965f0739becb2942b0866d520d80366c2f65.tar.xz
qemu-e0c0965f0739becb2942b0866d520d80366c2f65.zip
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 <pbonzini@redhat.com>
Diffstat (limited to 'stubs')
-rw-r--r--stubs/Makefile.objs1
-rw-r--r--stubs/pc_madt_cpu_entry.c7
2 files changed, 0 insertions, 8 deletions
diff --git a/stubs/Makefile.objs b/stubs/Makefile.objs
index 4a50e95ec3..8b0ff25508 100644
--- a/stubs/Makefile.objs
+++ b/stubs/Makefile.objs
@@ -33,7 +33,6 @@ stub-obj-y += fd-register.o
stub-obj-y += qmp_memory_device.o
stub-obj-y += target-monitor-defs.o
stub-obj-y += target-get-monitor-def.o
-stub-obj-y += pc_madt_cpu_entry.o
stub-obj-y += vmgenid.o
stub-obj-y += xen-common.o
stub-obj-y += xen-hvm.o
diff --git a/stubs/pc_madt_cpu_entry.c b/stubs/pc_madt_cpu_entry.c
deleted file mode 100644
index f88d6a090b..0000000000
--- a/stubs/pc_madt_cpu_entry.c
+++ /dev/null
@@ -1,7 +0,0 @@
-#include "qemu/osdep.h"
-#include "hw/i386/pc.h"
-
-void pc_madt_cpu_entry(AcpiDeviceIf *adev, int uid,
- const CPUArchIdList *apic_ids, GArray *entry)
-{
-}