Sign in
qemu
/
qemu
/
a7041adce08c3cbe52d70c0229cbec4167b358e3
/
.
/
hw
/
acpi
/
acpi-x86-stub.c
blob: d0d399d26b8899ff522125c084cd4e5ec037b2ed [
file
] [
log
] [
blame
]
#include
"qemu/osdep.h"
#include
"hw/i386/pc.h"
#include
"hw/i386/acpi-build.h"
void
pc_madt_cpu_entry
(
int
uid
,
const
CPUArchIdList
*
apic_ids
,
GArray
*
entry
,
bool
force_enabled
)
{
}
Object
*
acpi_get_i386_pci_host
(
void
)
{
return
NULL
;
}