Re: [Xen-devel] [PATCH v2 4/5] libxl: introduce APIs to get and set log level

2016-07-06 Thread Ian Jackson
Wei Liu writes ("[PATCH v2 4/5] libxl: introduce APIs to get and set log level"): > Signed-off-by: Wei Liu ... > +int libxl_set_log_level(libxl_ctx *ctx, bool guest, > +char *lower_thresh, char *upper_thresh) I think the log level names should be exposed as a list to the

[Xen-devel] [PATCH v2 4/5] libxl: introduce APIs to get and set log level

2016-07-04 Thread Wei Liu
Signed-off-by: Wei Liu --- Cc: Ian Jackson Cc: Jan Beulich --- tools/libxl/libxl.c | 40 tools/libxl/libxl.h | 11 +++ 2 files changed, 51 insertions(+) diff --git a/tools/libxl/libxl.c b/tools/libxl/libxl.c index 1c81239..ff70af7 100644 --- a/t