
8 Jul
2014
8 Jul
'14
2:34 p.m.
On 07/08/14 06:03, Eric Blake wrote:
On 07/04/2014 05:29 AM, Peter Krempa wrote:
Cgroups code uses VIR_CGROUP_DEVICE_* flags to specify the mode but in the end it needs to be converted to a string. Add a helper to do it and use it in the cgroup code before introducing it into the rest of the code. --- src/libvirt_private.syms | 1 + src/util/vircgroup.c | 62 +++++++++++++++++++++++++++++++++++------------- src/util/vircgroup.h | 2 ++ 3 files changed, 49 insertions(+), 16 deletions(-)
ACK
Thanks, I've pushed 2 through to 10. Peter