Re: [Xen-devel] [PATCH 3/6] xenconsoled: switch guest log to use logfile abstraction

2016-07-08 Thread Ian Jackson
Wei Liu writes ("[PATCH 3/6] xenconsoled: switch guest log to use logfile abstraction"): > Note that this causes write_with_timestamp to have no caller. Mark > it as unused for now to minimise code churn. This is plausible, although I think I would have structured this series differently. (1. pr

[Xen-devel] [PATCH 3/6] xenconsoled: switch guest log to use logfile abstraction

2016-06-06 Thread Wei Liu
Note that this causes write_with_timestamp to have no caller. Mark it as unused for now to minimise code churn. Signed-off-by: Wei Liu --- tools/console/daemon/io.c | 67 +-- 1 file changed, 35 insertions(+), 32 deletions(-) diff --git a/tools/console