Re: [Xen-devel] [PATCH v2 3/5] libxc: wrapper for log level sysctl
Wei Liu writes ("[PATCH v2 3/5] libxc: wrapper for log level sysctl"): > Signed-off-by: Wei Liu I have no objection to this new wrapper but the actual code is very tedious. Is this really the least repetitive way of writing this ? Ian. ___ Xen-devel
[Xen-devel] [PATCH v2 3/5] libxc: wrapper for log level sysctl
Signed-off-by: Wei Liu --- Cc: Ian Jackson Cc: Jan Beulich --- tools/libxc/include/xenctrl.h | 6 ++ tools/libxc/xc_misc.c | 143 ++ 2 files changed, 149 insertions(+) diff --git a/tools/libxc/include/xenctrl.h b/tools/libxc/include/xenctrl.h i