qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio

acpi: move PC stubs out of stubs/

This is a small cleanup that lets microvm build entirely without
include/hw/i386/pc.h.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

+2 -2
+2 -1
hw/acpi/Makefile.objs
··· 8 8 common-obj-$(CONFIG_ACPI_VMGENID) += vmgenid.o 9 9 common-obj-$(CONFIG_ACPI_HW_REDUCED) += generic_event_device.o 10 10 common-obj-$(call lnot,$(CONFIG_ACPI_X86)) += acpi-stub.o 11 + common-obj-$(call lnot,$(CONFIG_PC)) += acpi-x86-stub.o 11 12 12 13 common-obj-y += acpi_interface.o 13 14 common-obj-y += bios-linker-loader.o ··· 20 21 else 21 22 common-obj-y += acpi-stub.o 22 23 endif 23 - common-obj-$(CONFIG_ALL) += acpi-stub.o ipmi-stub.o 24 + common-obj-$(CONFIG_ALL) += acpi-stub.o acpi-x86-stub.o ipmi-stub.o
-1
stubs/Makefile.objs
··· 33 33 stub-obj-y += qmp_memory_device.o 34 34 stub-obj-y += target-monitor-defs.o 35 35 stub-obj-y += target-get-monitor-def.o 36 - stub-obj-y += pc_madt_cpu_entry.o 37 36 stub-obj-y += vmgenid.o 38 37 stub-obj-y += xen-common.o 39 38 stub-obj-y += xen-hvm.o
stubs/pc_madt_cpu_entry.c hw/acpi/acpi-x86-stub.c