On Wed, Jul 27, 2022 at 12:34:52 +0200, Michal Privoznik wrote: > There's no need to skip over ENOENT error in > qemuCgroupAllowDevicesPaths(). The path must exists when > qemuCgroupAllowDevicePath() is called because of virFileExists() > check done right above. > > Signed-off-by: Michal Privoznik <mprivozn@xxxxxxxxxx> > --- > src/qemu/qemu_cgroup.c | 6 +----- > 1 file changed, 1 insertion(+), 5 deletions(-) Reviewed-by: Peter Krempa <pkrempa@xxxxxxxxxx>