
8 Apr
2015
8 Apr
'15
1:23 p.m.
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 <jferlan@redhat.com> --- src/libvirt_private.syms | 3 - src/qemu/qemu_cgroup.c | 22 ++++--- src/qemu/qemu_driver.c | 41 +++++++----- src/util/vircgroup.c | 160 +---------------------------------------------- src/util/vircgroup.h | 17 ----- 5 files changed, 42 insertions(+), 201 deletions(-)
ACK (with the enum values changed to match patch 1) Jan