Re: [libvirt] [PATCH] qemu: ignore EACCES error on hot unplug of PCI devices with VFIO

2016-03-28 Thread John Ferlan
On 03/07/2016 09:20 AM, Kothapally Madhu Pavan wrote: > When the hostdev managed=true, the VFIO devices are reattached > to the host driver before coming to qemuTeardownHostdevCgroup(). > So, the /dev/vfio/ path would not exist. We ignore the > EACCES error here. > > Signed-off-by: Kothapally Ma

[libvirt] [PATCH] qemu: ignore EACCES error on hot unplug of PCI devices with VFIO

2016-03-07 Thread Kothapally Madhu Pavan
When the hostdev managed=true, the VFIO devices are reattached to the host driver before coming to qemuTeardownHostdevCgroup(). So, the /dev/vfio/ path would not exist. We ignore the EACCES error here. Signed-off-by: Kothapally Madhu Pavan --- src/qemu/qemu_cgroup.c |2 +- 1 file changed, 1