Daniel Veillard [Thu, 8 Dec 2005 15:08:46 +0000 (15:08 +0000)]
* configure.in include/libvir.h.in include/libvir.h src/Makefile.am
include/Makefile.am: provide/fix library versionning information
include/libvir.h is now generated !
* include/libvir.h.in src/libvir.c: revamp APIs and implement
complete ones.
* src/virsh.c: finish the version command and a bit of cleanup.
Daniel
Daniel Veillard [Thu, 8 Dec 2005 13:26:52 +0000 (13:26 +0000)]
* configure.in: activate pedantic flags
* src/libvir.c src/libvir_sym.version src/xen_internal.[ch]
include/libvir.h: implementing hypervisor Version and Type interfaces
* src/virsh.c: adding a version command, WIP
Daniel
Daniel Veillard [Wed, 7 Dec 2005 13:45:20 +0000 (13:45 +0000)]
* configure.in libvir.spec.in docs/Makefile.am: make sure the
docs are installed and packaged in the -devel RPM
* docs/api.xsl docs/newapi.xsl: forgot to commit API HTML stylesheets
Daniel
Daniel Veillard [Wed, 7 Dec 2005 09:33:00 +0000 (09:33 +0000)]
* configure.in docs/FAQ.html docs/Libxml2-Logo-90x34.gif
docs/Makefile.am docs/bugs.html docs/index.html docs/intro.html
docs/libvir.html docs/redhat.gif docs/site.xsl: starting to add
the web site, based on libxml2 one.
* src/hash.c: add a missing include
Daniel
Daniel Veillard [Tue, 6 Dec 2005 16:50:31 +0000 (16:50 +0000)]
* docs/Makefile.am docs/apibuild.py docs/libvir-api.xml
docs/libvir-refs.xml: fix XML API generation
* include/libvir.h src/libvir.c src/virsh.c: fix the info memory
API again, use KB, not bytes so that an unsigned long is sufficient.
Daniel
Daniel Veillard [Tue, 6 Dec 2005 13:47:40 +0000 (13:47 +0000)]
* include/libvir.h src/libvir.c src/virsh.c: tweaking of the
GetInfo() API, returns bytes and nanoseconds, try to fix
the scales, but time on unpriviledged interfaces doesn't work.
Daniel
Daniel Veillard [Mon, 5 Dec 2005 18:14:37 +0000 (18:14 +0000)]
* include/libvir.h src/libvir.c src/libvir_sym.version src/virsh.c:
first pass at trying to implement virDomainGetInfo() quite a bit
of work left to do.
Daniel
Daniel Veillard [Fri, 2 Dec 2005 14:16:21 +0000 (14:16 +0000)]
* include/libxen.h src/libxen.c src/libxen_sym.version: adding
xenConnectListDomains() to list active domains
* src/xensh.c: integrated a basic test for xenConnectListDomains()
Daniel
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