]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Add PCI-Express root to ARM virt machine
authorPavel Fedin <p.fedin@samsung.com>
Fri, 17 Jul 2015 11:27:45 +0000 (14:27 +0300)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 6 Aug 2015 12:24:51 +0000 (14:24 +0200)
commite8d55172544c1fafe31a9e09346bdebca4f0d6f9
tree9d4cbe607d34a860279b94c882ff6fbe4e2c7b44
parent8a482abf752f453289350ecd960e918b77b2cd70
qemu: Add PCI-Express root to ARM virt machine

Here we assume that if qemu supports generic PCI host controller,
it is a part of virt machine and can be used for adding PCI devices.

In qemu this is actually a PCIe bus, so we also declare multibus
capability so that 0'th bus is specified to qemu correctly as 'pcie.0'

Signed-off-by: Pavel Fedin <p.fedin@samsung.com>
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu_capabilities.c
src/qemu/qemu_domain.c