Re: [libvirt] [PATCH v2 2/5] cgroup: Use virCgroupNewThread

2015-04-08 Thread Ján Tomko
On Tue, Apr 07, 2015 at 09:23:14AM -0400, John Ferlan wrote: Replace the virCgroupNew{Vcpu|Emulator|IOThread} calls with the common virCgroupNewThread API Signed-off-by: John Ferlan jfer...@redhat.com --- src/libvirt_private.syms | 3 - src/qemu/qemu_cgroup.c | 22 ---

[libvirt] [PATCH v2 2/5] cgroup: Use virCgroupNewThread

2015-04-07 Thread John Ferlan
Replace the virCgroupNew{Vcpu|Emulator|IOThread} calls with the common virCgroupNewThread API Signed-off-by: John Ferlan jfer...@redhat.com --- src/libvirt_private.syms | 3 - src/qemu/qemu_cgroup.c | 22 --- src/qemu/qemu_driver.c | 41 +++- src/util/vircgroup.c | 160