ab37bfc7d6
Legacy PCI device assignment has been removed from Linux in 4.12, and had been deprecated 2 years ago there. We can remove it from QEMU as well. The ROM loading code was shared with Xen PCI passthrough, so move it to hw/xen. Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
11 lines
235 B
Makefile
11 lines
235 B
Makefile
obj-$(CONFIG_KVM) += kvm/
|
|
obj-y += multiboot.o
|
|
obj-y += pc.o pc_piix.o pc_q35.o
|
|
obj-y += pc_sysfw.o
|
|
obj-y += x86-iommu.o intel_iommu.o
|
|
obj-y += amd_iommu.o
|
|
obj-$(CONFIG_XEN) += ../xenpv/ xen/
|
|
|
|
obj-y += kvmvapic.o
|
|
obj-y += acpi-build.o
|