1 #include "qemu/osdep.h" 2 #include "hw/i386/acpi-build.h" 3 4 Object *acpi_get_i386_pci_host(void) 5 { 6 return NULL; 7 } 8