Re: [libvirt] [PATCHv3 13/26] qemu: cgroup: Setup only the top level disk image for read-write access

2014-06-25 Thread Eric Blake
On 06/25/2014 10:54 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 redha

[libvirt] [PATCHv3 13/26] qemu: cgroup: Setup only the top level disk image for read-write access

2014-06-25 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 1deafb7..97229c4 100644