Re: [libvirt] [PATCH v3 03/30] qemuDomainGetHostdevPath: Don't include /dev/vfio/vfio in returned paths

2019-12-09 Thread Cole Robinson
On 12/2/19 9:26 AM, Michal Privoznik wrote: > Now that all callers of qemuDomainGetHostdevPath() handle > /dev/vfio/vfio on their own, we can safely drop handling in this > function. In near future the decision whether domain needs VFIO > file is going to include more device types than just >

[libvirt] [PATCH v3 03/30] qemuDomainGetHostdevPath: Don't include /dev/vfio/vfio in returned paths

2019-12-02 Thread Michal Privoznik
Now that all callers of qemuDomainGetHostdevPath() handle /dev/vfio/vfio on their own, we can safely drop handling in this function. In near future the decision whether domain needs VFIO file is going to include more device types than just virDomainHostdev. Signed-off-by: Michal Privoznik ---