[PATCH v4] tools/libs/store: cleanup libxenstore interface

2021-06-03 Thread Ian Jackson
Juergen Gross writes ("[PATCH v4] tools/libs/store: cleanup libxenstore interface"): > There are some internals in the libxenstore interface which should be > removed. Thanks. And sorry for not reviewing this sooner. > Move those functions into xs_lib.c and the relat

Re: [PATCH v4] tools/libs/store: cleanup libxenstore interface

2021-06-03 Thread Juergen Gross
Ping? On 12.05.21 16:48, Juergen Gross wrote: There are some internals in the libxenstore interface which should be removed. Move those functions into xs_lib.c and the related definitions into xs_lib.h. Remove the functions from the mapfile. Add xs_lib.o to xenstore_client as some of the intern

[PATCH v4] tools/libs/store: cleanup libxenstore interface

2021-05-12 Thread Juergen Gross
There are some internals in the libxenstore interface which should be removed. Move those functions into xs_lib.c and the related definitions into xs_lib.h. Remove the functions from the mapfile. Add xs_lib.o to xenstore_client as some of the internal functions are needed there. Bump the libxenst