[libvirt] [PATCH 06/10] qemu: cgroup: Add functions to set cgroup image stuff on individual imgs

2014-06-19 Thread Peter Krempa
Add functions that will allow to set all the required cgroup stuff on individual images taking a virStorageSourcePtr. Also convert functions designed to setup whole backing chain to take advantage of the chagne. --- src/qemu/qemu_cgroup.c | 92 +++---

Re: [libvirt] [PATCH 06/10] qemu: cgroup: Add functions to set cgroup image stuff on individual imgs

2014-06-19 Thread Eric Blake
On 06/19/2014 07:46 AM, Peter Krempa wrote: Add functions that will allow to set all the required cgroup stuff on s/to set/setting/ individual images taking a virStorageSourcePtr. Also convert functions s/taking/by taking/ designed to setup whole backing chain to take advantage of the