Daniel Veillard [Thu, 1 Dec 2005 17:34:21 +0000 (17:34 +0000)]
* Makefile.am configure.in docs/apibuild.py docs/libxen-api.xml
docs/libxen-refs.xml docs/structures.fig: starting to add docs
and the extraction tool
* src/libxen.c: fixed comments error raised by apibuild
Daniel
Daniel Veillard [Thu, 1 Dec 2005 16:35:42 +0000 (16:35 +0000)]
* include/libxen.h src/libxen.c src/libxen_sym.version: add read-only
connections for normal users (but need /var/run/xenstored/socket_ro
to be chmoded to 666)
* src/xensh.c: if not root use the RO access
Daniel
Daniel Veillard [Wed, 30 Nov 2005 13:20:53 +0000 (13:20 +0000)]
* src/Makefile.am src/hash.[ch]: added hash module based on libxml2
one.
* include/libxen.h src/libxen.c src/libxen_sym.version: extend API
start to access libxenctrl directly (need xen update to get includes)
* src/xensh.c: access to both xenstore and hypervisor
Daniel
Daniel Veillard [Wed, 23 Nov 2005 07:47:13 +0000 (07:47 +0000)]
* configure.in: checking xenstore library, error out on missing libs
* include/libxen.h src/libxen.c src/libxen_sym.version: adding new
entry points
Daniel
Daniel Veillard [Mon, 7 Nov 2005 17:16:18 +0000 (17:16 +0000)]
* TODO: updated
* include/libxen.h src/libxen.c src/libxen_sym.version: extended
entry points to a first minimal set.
* src/internal.h: TODO macro
Daniel
Daniel Veillard [Wed, 2 Nov 2005 15:37:34 +0000 (15:37 +0000)]
* TODO libxen.pc.in libxen.spec.in include/Makefile.am Makefile.am
config.h.in configure.in: fix make dist, add rpm packaging
* src/libxen_sym.version src/Makefile.am: set a policy of no
export by default of library symbols
Daniel
Daniel Veillard [Wed, 2 Nov 2005 13:19:10 +0000 (13:19 +0000)]
* AUTHORS NEWS README autogen.sh configure.in: allow autogen.sh and
configure to start working
* src/Makefile.am src/internal.h src/libxen.c: make the first compile
Daniel