Re: [libvirt] [PATCH] qemu: fix hot unplug of PCI devices with VFIO

2016-02-16 Thread Michal Privoznik
On 05.02.2016 20:07, Ludovic Beliveau wrote: > Currently, on hot unplug of PCI devices with VFIO driver for QEMU, libvirt is > trying to restore the host devices to it's previous value (basically a chown > on the previous user/group). > > However for devices with VFIO driver, when the device is un

Re: [libvirt] [PATCH] qemu: fix hot unplug of PCI devices with VFIO

2016-02-09 Thread Beliveau, Ludovic
Hi all, I'm new to this community and this is the first patch/fix that I'm trying to get merged. I would appreciate if people could review it and give me some feedback. Do I need to raise a bug as well ? Regards, /ludovic On 02/05/2016 02:11 PM, Ludovic Beliveau wrote: > Currently, on hot unp

[libvirt] [PATCH] qemu: fix hot unplug of PCI devices with VFIO

2016-02-05 Thread Ludovic Beliveau
Currently, on hot unplug of PCI devices with VFIO driver for QEMU, libvirt is trying to restore the host devices to it's previous value (basically a chown on the previous user/group). However for devices with VFIO driver, when the device is unbinded it is removed from the /dev/vfio file system cau