summaryrefslogtreecommitdiffstats
path: root/hw/acpi/acpi-x86-stub.c
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2025-06-06 10:05:23 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2025-06-06 10:05:23 +0000
commit755cc582a2473d06f3a2131d506d0311cc70e9f9 (patch)
tree3efb1ddb8d57bbb4539ac0d229b384871c57820f /hw/acpi/acpi-x86-stub.c
parentInitial commit. (diff)
downloadqemu-upstream.tar.xz
qemu-upstream.zip
Adding upstream version 1:7.2+dfsg.upstream/1%7.2+dfsgupstream
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'hw/acpi/acpi-x86-stub.c')
-rw-r--r--hw/acpi/acpi-x86-stub.c14
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;
+}