Re: [libvirt] [PATCH 2/2] qemu: Update cgroup on chardev hotplug

2016-11-23 Thread John Ferlan
On 11/18/2016 06:30 AM, Michal Privoznik wrote: > Just like in the previous commit, we are not updating CGroups on > chardev hot(un-)plug and thus leaving qemu unable to access any > non-default device users are trying to hotplug. > > Signed-off-by: Michal Privoznik > --- > src/qemu/qemu_cgrou

[libvirt] [PATCH 2/2] qemu: Update cgroup on chardev hotplug

2016-11-18 Thread Michal Privoznik
Just like in the previous commit, we are not updating CGroups on chardev hot(un-)plug and thus leaving qemu unable to access any non-default device users are trying to hotplug. Signed-off-by: Michal Privoznik --- src/qemu/qemu_cgroup.c | 46 ++ src/qe