aboutsummaryrefslogtreecommitdiff
path: root/hw/acpi/acpi-x86-stub.c
blob: d0d399d26b8899ff522125c084cd4e5ec037b2ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#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;
}