Re: [libvirt] [PATCHv5 12/28] qemu: cgroup: Setup only the top level disk image for read-write access

2014-07-08 Thread Eric Blake
On 07/04/2014 05:29 AM, Peter Krempa wrote: Only the top level gets writes, so the rest of the backing chain requires only read-only access. --- src/qemu/qemu_cgroup.c | 26 -- 1 file changed, 20 insertions(+), 6 deletions(-) ACK -- Eric Blake eblake redhat com

[libvirt] [PATCHv5 12/28] qemu: cgroup: Setup only the top level disk image for read-write access

2014-07-04 Thread Peter Krempa
Only the top level gets writes, so the rest of the backing chain requires only read-only access. --- src/qemu/qemu_cgroup.c | 26 -- 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/src/qemu/qemu_cgroup.c b/src/qemu/qemu_cgroup.c index c84a251..00b405b 100644