From: Jan Kiszka <jan.kiszka@xxxxxxxxxxx> Signed-off-by: Jan Kiszka <jan.kiszka@xxxxxxxxxxx> --- hw/pc.c | 1 - hw/pci-hotplug.c | 1 - vl.c | 2 +- 3 files changed, 1 insertions(+), 3 deletions(-) diff --git a/hw/pc.c b/hw/pc.c index c4e3f26..c0a88e1 100644 --- a/hw/pc.c +++ b/hw/pc.c @@ -39,7 +39,6 @@ #include "msix.h" #include "sysbus.h" #include "sysemu.h" -#include "device-assignment.h" #include "kvm.h" #include "blockdev.h" #include "ui/qemu-spice.h" diff --git a/hw/pci-hotplug.c b/hw/pci-hotplug.c index 76ce539..b59be2a 100644 --- a/hw/pci-hotplug.c +++ b/hw/pci-hotplug.c @@ -31,7 +31,6 @@ #include "scsi.h" #include "virtio-blk.h" #include "qemu-config.h" -#include "device-assignment.h" #include "blockdev.h" #if defined(TARGET_I386) diff --git a/vl.c b/vl.c index dd870e6..7708254 100644 --- a/vl.c +++ b/vl.c @@ -145,7 +145,7 @@ int main(int argc, char **argv) #include "qemu-config.h" #include "qemu-objects.h" #include "qemu-options.h" -#include "hw/device-assignment.h" +#include "kvm.h" #ifdef CONFIG_VIRTFS #include "fsdev/qemu-fsdev.h" #endif -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html