Re: Using cgroups in QEMU hooks

2021-03-17 Thread Michal Privoznik
On 3/17/21 5:45 AM, Melissa Nuño wrote: Hi all, I'm creating a device during the prepare hook, and would like to add it to the device.allow file for the VM. The cgroup doesn't exist during the prepare hook or the start hook and will fail with an "Operation not permitted" error. I can add the

Using cgroups in QEMU hooks

2021-03-16 Thread Melissa Nuño
Hi all, I'm creating a device during the prepare hook, and would like to add it to the device.allow file for the VM. The cgroup doesn't exist during the prepare hook or the start hook and will fail with an "Operation not permitted" error. I can add the expected path to qemu.conf and restart libvir