diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2017-10-20 10:17:50 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2017-11-05 14:52:10 +0100 |
commit | ab37bfc7d64141e8fe4633744012140ee415648b (patch) | |
tree | e9a369bed5d0ff342b78ac35f31317a9165ee589 /hw/xen/Makefile.objs | |
parent | b33afc415622e5eb26e0f14fd27eb86e32a5472e (diff) |
pci-assign: Remove
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>
Diffstat (limited to 'hw/xen/Makefile.objs')
-rw-r--r-- | hw/xen/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xen/Makefile.objs b/hw/xen/Makefile.objs index 64a70bc6cb..9ea5c73423 100644 --- a/hw/xen/Makefile.objs +++ b/hw/xen/Makefile.objs @@ -3,3 +3,4 @@ common-obj-$(CONFIG_XEN) += xen_backend.o xen_devconfig.o xen_pvdev.o xen-common obj-$(CONFIG_XEN_PCI_PASSTHROUGH) += xen-host-pci-device.o obj-$(CONFIG_XEN_PCI_PASSTHROUGH) += xen_pt.o xen_pt_config_init.o xen_pt_graphics.o xen_pt_msi.o +obj-$(CONFIG_XEN_PCI_PASSTHROUGH) += xen_pt_load_rom.o |