aboutsummaryrefslogtreecommitdiff
path: root/stubs/pc_madt_cpu_entry.c
diff options
context:
space:
mode:
Diffstat (limited to 'stubs/pc_madt_cpu_entry.c')
-rw-r--r--stubs/pc_madt_cpu_entry.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/stubs/pc_madt_cpu_entry.c b/stubs/pc_madt_cpu_entry.c
new file mode 100644
index 0000000..427e772
--- /dev/null
+++ b/stubs/pc_madt_cpu_entry.c
@@ -0,0 +1,7 @@
+#include "qemu/osdep.h"
+#include "hw/i386/pc.h"
+
+void pc_madt_cpu_entry(AcpiDeviceIf *adev, int uid,
+ CPUArchIdList *apic_ids, GArray *entry)
+{
+}