
9 Dec
2019
9 Dec
'19
11:38 p.m.
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 virDomainHostdev.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- src/qemu/qemu_cgroup.c | 52 ++++++++-------------- src/qemu/qemu_domain.c | 98 +++++++++--------------------------------- src/qemu/qemu_domain.h | 9 ++-- 3 files changed, 42 insertions(+), 117 deletions(-)
Reviewed-by: Cole Robinson <crobinso@redhat.com> - Cole