Re: [libvirt] [PATCH v4 10/14] qemu: cgroup: Adjust cgroups' logic to allow mediated devices

2017-03-26 Thread Laine Stump
On 03/22/2017 11:27 AM, Erik Skultety wrote: > As goes for all the other hostdev device types, grant the qemu process > access to /dev/vfio/. > > Signed-off-by: Erik Skultety > --- > src/qemu/qemu_domain.c | 14 ++ > 1 file changed, 14 insertions(+) > > diff --git a/src/qemu/qemu_do

[libvirt] [PATCH v4 10/14] qemu: cgroup: Adjust cgroups' logic to allow mediated devices

2017-03-22 Thread Erik Skultety
As goes for all the other hostdev device types, grant the qemu process access to /dev/vfio/. Signed-off-by: Erik Skultety --- src/qemu/qemu_domain.c | 14 ++ 1 file changed, 14 insertions(+) diff --git a/src/qemu/qemu_domain.c b/src/qemu/qemu_domain.c index c0f060b0a3..d1ac1d641b 10