Re: [libvirt] [PATCH v2 1/5] cgroup: Introduce virCgroupNewThread

2015-04-08 Thread Ján Tomko
On Tue, Apr 07, 2015 at 09:23:13AM -0400, John Ferlan wrote: Create a new common API to replace the virCgroupNew{Vcpu|Emulator|IOThread} API's using an emum to generate the cgroup name Signed-off-by: John Ferlan jfer...@redhat.com --- src/libvirt_private.syms | 1 + src/util/vircgroup.c

[libvirt] [PATCH v2 1/5] cgroup: Introduce virCgroupNewThread

2015-04-07 Thread John Ferlan
Create a new common API to replace the virCgroupNew{Vcpu|Emulator|IOThread} API's using an emum to generate the cgroup name Signed-off-by: John Ferlan jfer...@redhat.com --- src/libvirt_private.syms | 1 + src/util/vircgroup.c | 74