]> git.proxmox.com Git - mirror_qemu.git/commit
pci-assign: Remove
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 20 Oct 2017 08:17:50 +0000 (10:17 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Sun, 5 Nov 2017 13:52:10 +0000 (14:52 +0100)
commitab37bfc7d64141e8fe4633744012140ee415648b
treee9a369bed5d0ff342b78ac35f31317a9165ee589
parentb33afc415622e5eb26e0f14fd27eb86e32a5472e
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>
docs/qdev-device-use.txt
hw/i386/Makefile.objs
hw/i386/kvm/Makefile.objs
hw/i386/kvm/pci-assign.c [deleted file]
hw/i386/pci-assign-load-rom.c [deleted file]
hw/xen/Makefile.objs
hw/xen/xen_pt_load_rom.c [new file with mode: 0644]
include/hw/pci/pci-assign.h [deleted file]
qdev-monitor.c
scripts/device-crash-test