From ab37bfc7d64141e8fe4633744012140ee415648b Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Fri, 20 Oct 2017 10:17:50 +0200 Subject: pci-assign: Remove MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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é Signed-off-by: Paolo Bonzini --- hw/i386/Makefile.objs | 1 - 1 file changed, 1 deletion(-) (limited to 'hw/i386/Makefile.objs') diff --git a/hw/i386/Makefile.objs b/hw/i386/Makefile.objs index 909ead6..2e5e129 100644 --- a/hw/i386/Makefile.objs +++ b/hw/i386/Makefile.objs @@ -8,4 +8,3 @@ obj-$(CONFIG_XEN) += ../xenpv/ xen/ obj-y += kvmvapic.o obj-y += acpi-build.o -obj-y += pci-assign-load-rom.o -- cgit v1.1