Re: [PATCH v3 28/38] tools: split libxenstore into new tools/libs/store directory

2020-08-27 Thread Wei Liu
On Sun, Aug 23, 2020 at 11:35:09AM +0200, Juergen Gross wrote: > There is no reason why libxenstore is not placed in the tools/libs > directory. > > The common files between libxenstore and xenstored are kept in the > tools/xenstore directory to be easily accessible by xenstore-stubdom > which nee

[PATCH v3 28/38] tools: split libxenstore into new tools/libs/store directory

2020-08-23 Thread Juergen Gross
There is no reason why libxenstore is not placed in the tools/libs directory. The common files between libxenstore and xenstored are kept in the tools/xenstore directory to be easily accessible by xenstore-stubdom which needs the xenstored files to be built. Signed-off-by: Juergen Gross --- .gi