]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Check for VFIO too where legacy passthrough is checked
authorShivaprasad G Bhat <sbhat@linux.vnet.ibm.com>
Wed, 15 Jun 2016 09:57:14 +0000 (09:57 +0000)
committerAndrea Bolognani <abologna@redhat.com>
Fri, 24 Jun 2016 12:59:04 +0000 (14:59 +0200)
commit99c2dfb8aaab995be33c8b6382360b9c348ed0e7
tree9ed62b503a68215183ae420abb6df53fcb97c556
parent290f2adf46295a8cd043135e37ea43d24c003b7f
qemu: Check for VFIO too where legacy passthrough is checked

On PPC the legacy passthrough is not supported and only
VFIO is supported. So, the checks at places to confirm if the
host is passthrough capable checks only legacy, fix it. This
is seen at only one place now.

Signed-off-by: Shivaprasad G Bhat <sbhat@linux.vnet.ibm.com>
src/qemu/qemu_driver.c