Re: [Xen-devel] [PATCH 1/6] xenconsoled: introduce log file abstraction

2016-07-08 Thread Ian Jackson
Wei Liu writes ("[PATCH 1/6] xenconsoled: introduce log file abstraction"): > It will be used to handle hypervsior log and guest console log. Thanks. > diff --git a/tools/console/daemon/logfile.h b/tools/console/daemon/logfile.h > new file mode 100644 > index 000..87f3c51 ... > +#define LOGFI

[Xen-devel] [PATCH 1/6] xenconsoled: introduce log file abstraction

2016-06-06 Thread Wei Liu
It will be used to handle hypervsior log and guest console log. Signed-off-by: Wei Liu --- tools/console/daemon/logfile.c | 229 + tools/console/daemon/logfile.h | 57 ++ 2 files changed, 286 insertions(+) create mode 100644 tools/console/daemon/