Re: [Xen-devel] [PATCH 6/7] libxenstat: honour XEN_RUN_DIR

2016-07-11 Thread Wei Liu
On Fri, Jul 08, 2016 at 06:27:28PM +0100, Ian Jackson wrote: > Wei Liu writes ("[PATCH 6/7] libxenstat: honour XEN_RUN_DIR"): > > This is because libxl uses XEN_RUN_DIR to generate the socket path for > > libxenstat while libxenstat itself uses hard-coded path, which is not > > necessary in sync wi

Re: [Xen-devel] [PATCH 6/7] libxenstat: honour XEN_RUN_DIR

2016-07-08 Thread Ian Jackson
Wei Liu writes ("[PATCH 6/7] libxenstat: honour XEN_RUN_DIR"): > This is because libxl uses XEN_RUN_DIR to generate the socket path for > libxenstat while libxenstat itself uses hard-coded path, which is not > necessary in sync with libxl. This commit message is confusing (and perhaps ungrammatica

[Xen-devel] [PATCH 6/7] libxenstat: honour XEN_RUN_DIR

2016-06-15 Thread Wei Liu
This is because libxl uses XEN_RUN_DIR to generate the socket path for libxenstat while libxenstat itself uses hard-coded path, which is not necessary in sync with libxl. Generate a _paths.h because it is required to make this change work. Signed-off-by: Wei Liu --- Cc: Ian Jackson --- .gitign