
16 Sep
2013
16 Sep
'13
2:42 p.m.
On 09/16/13 16:28, Eric Blake wrote:
On 09/16/2013 03:33 AM, Peter Krempa wrote:
The function existed in two identical instances in lxc and qemu. Move it to vircgroup.c and simplify it. Refactor the callers too. ---
Notes: Version 2: - added a fallback implementation that doesn't spam logs with errors
src/libvirt_private.syms | 1 + src/lxc/lxc_driver.c | 52 +++++------------------------------------------- src/qemu/qemu_driver.c | 51 +++++------------------------------------------ src/util/vircgroup.c | 38 +++++++++++++++++++++++++++++++++++ src/util/vircgroup.h | 2 ++ 5 files changed, 51 insertions(+), 93 deletions(-)
ACK.
Pushed; Thanks. Peter