Re: [libvirt] [PATCH 1/5] virhostdev: Move IOMMU and VFIO funcs from qemu

2014-06-23 Thread Michal Privoznik
On 23.06.2014 16:05, Daniel P. Berrange wrote: On Fri, Jun 20, 2014 at 04:19:06PM +0200, Michal Privoznik wrote: The functions in question are qemuHostdevHostSupportsPassthroughLegacy and qemuHostdevHostSupportsPassthroughVFIO. At the same time the functions are renamed to match 'vir' prefix ins

Re: [libvirt] [PATCH 1/5] virhostdev: Move IOMMU and VFIO funcs from qemu

2014-06-23 Thread Daniel P. Berrange
On Fri, Jun 20, 2014 at 04:19:06PM +0200, Michal Privoznik wrote: > The functions in question are qemuHostdevHostSupportsPassthroughLegacy > and qemuHostdevHostSupportsPassthroughVFIO. At the same time the > functions are renamed to match 'vir' prefix instead of 'qemu' one. > I'm not sure I see t

[libvirt] [PATCH 1/5] virhostdev: Move IOMMU and VFIO funcs from qemu

2014-06-20 Thread Michal Privoznik
The functions in question are qemuHostdevHostSupportsPassthroughLegacy and qemuHostdevHostSupportsPassthroughVFIO. At the same time the functions are renamed to match 'vir' prefix instead of 'qemu' one. Signed-off-by: Michal Privoznik --- src/libvirt_private.syms | 2 ++ src/qemu/qemu_driver.c