summaryrefslogtreecommitdiffstats
path: root/hw/kvm/Makefile.objs
diff options
context:
space:
mode:
authorJan Kiszka2012-08-30 20:30:00 +0200
committerAvi Kivity2012-09-10 14:30:00 +0200
commitc3ebd3ba786e1be5449527e47001eded6b59322b (patch)
tree9c4301fa721fed318e3f625c511c76e14bdc1ed5 /hw/kvm/Makefile.objs
parentkvm: i386: Add services required for PCI device assignment (diff)
downloadqemu-c3ebd3ba786e1be5449527e47001eded6b59322b.tar.gz
qemu-c3ebd3ba786e1be5449527e47001eded6b59322b.tar.xz
qemu-c3ebd3ba786e1be5449527e47001eded6b59322b.zip
kvm: i386: Add classic PCI device assignment
This adds PCI device assignment for i386 targets using the classic KVM interfaces. This version is 100% identical to what is being maintained in qemu-kvm for several years and is supported by libvirt as well. It is expected to remain relevant for another couple of years until kernels without full-features and performance-wise equivalent VFIO support are obsolete. A refactoring to-do that should be done in-tree is to model MSI and MSI-X support via the generic PCI layer, similar to what VFIO is already doing for MSI-X. This should improve the correctness and clean up the code from duplicate logic. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Acked-by: Acked-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'hw/kvm/Makefile.objs')
-rw-r--r--hw/kvm/Makefile.objs2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/kvm/Makefile.objs b/hw/kvm/Makefile.objs
index 226497a58f..f620d7ff85 100644
--- a/hw/kvm/Makefile.objs
+++ b/hw/kvm/Makefile.objs
@@ -1 +1 @@
-obj-$(CONFIG_KVM) += clock.o apic.o i8259.o ioapic.o i8254.o
+obj-$(CONFIG_KVM) += clock.o apic.o i8259.o ioapic.o i8254.o pci-assign.o