acpi-x86-stub.c 268 B

12345678910111213
  1. #include "qemu/osdep.h"
  2. #include "hw/i386/pc.h"
  3. #include "hw/i386/acpi-build.h"
  4. void pc_madt_cpu_entry(int uid, const CPUArchIdList *apic_ids,
  5. GArray *entry, bool force_enabled)
  6. {
  7. }
  8. Object *acpi_get_i386_pci_host(void)
  9. {
  10. return NULL;
  11. }