Commit Graph

  • d0a71d23da * doc/*: augment and try to complete the doc in its current state Daniel Daniel Veillard 2006-01-23 13:24:07 +0000
  • abd2214b44 Updated and fixed a broken link, Daniel Daniel Veillard 2006-01-22 17:03:48 +0000
  • 3333cec207 * doc/*: started to augment and update the documentation Daniel Daniel Veillard 2006-01-22 16:27:09 +0000
  • ff97523083 * doc//*: mostly finished the revamp in the plane, starts to look good Daniel Daniel Veillard 2006-01-21 23:34:36 +0000
  • 76777c51f7 * doc/* : total revamp of the web site based on Diana Fong design but not completely integrated yet Daniel Daniel Veillard 2006-01-20 15:49:04 +0000
  • 474e4b8425 * include/libvir.h include/libvir.h.in src/libvir.c: revamped the restore API (though it would be better if it was returning a domain pointer in case of success) * src/virsh.c: added save and restore to the commands, tested, the option handling need work though Daniel Daniel Veillard 2006-01-20 10:00:08 +0000
  • 6e9443aeb1 * src/libvir.c src/xend_internal.c src/xend_internal.h: continue the integration of more xend based accesses, virsh seems to work without accessing the xen store now. Daniel Daniel Veillard 2006-01-19 10:23:15 +0000
  • 563d3d06d0 * src/libvir.c: small change w.r.t. reboot. Daniel Daniel Veillard 2006-01-18 18:58:35 +0000
  • 34dee79f1d * include/libvir.h include/libvir.h.in src/libvir.c: more integration of libxend capabilities, including checkpointing and restoring in a file. * docs//*: regenerated the docs Daniel Daniel Veillard 2006-01-18 10:37:08 +0000
  • dc08f2d858 oops removing a debug warning, Daniel Daniel Veillard 2006-01-17 16:57:17 +0000
  • f7e03b9312 * include/libvir.h[.in]: added VIR_DOMAIN_CRASHED status, small doc fix * src/virsh.c: fix a integer being formatted as %s in idof * src/internal.h src/libvir.c src/xend_internal.[ch]: started to integrated the xend back-end, especially for getting informations about a domain. Daniel Daniel Veillard 2006-01-17 16:56:17 +0000
  • c568ebea25 * include/libvir.h.in include/libvir.h src/internal.h src/libvir.c src/xend_internal.c src/xend_internal.h: starting to plug the xend code in, replacing structures mostly, but not finished. Daniel Daniel Veillard 2006-01-13 16:41:01 +0000
  • fe64a1d852 * src/Makefile.am src/xend_internal.c src/xend_internal.h: added more of Anthony Liquori libxend code, commented and reformatted this still need to be plugged, it's still dead code ATM. Daniel Daniel Veillard 2006-01-12 15:38:07 +0000
  • f18b6c0ec6 * docs/libvir.html: grammatical fix * src/Makefile.am src/sexpr.c src/sexpr.h: starting to integrate Anthony Liquori libxend code * src/libvir.c: fix an uninitialized value Daniel Daniel Veillard 2006-01-11 13:58:32 +0000
  • 2b019dd2f7 * docs/architecture.* docs/*: added a section on the architecture and regenerated the docs. Daniel Daniel Veillard 2005-12-21 16:59:34 +0000
  • 0a75b69605 * NEWS docs/libvir.html docs/news.html: preparing 0.0.1 release Daniel v0.0.1 LIBVIR_0_0_1 Daniel Veillard 2005-12-19 18:06:06 +0000
  • c252684944 Adding ExclusiveArch as this is limited to Xen's platforms, daniel Daniel Veillard 2005-12-19 18:05:40 +0000
  • 75169488a0 * Makefile.am configure.in libvir.spec.in python/*: added a first version for python bindings, heavilly based on libxml2/libxslt way of doing things, maybe this need to be revisited. Added packaging too. * src/hash.h: fixed the Copyright notice. Daniel Daniel Veillard 2005-12-19 16:34:11 +0000
  • 85a2a989cc cleanup, daniel Daniel Veillard 2005-12-19 13:57:56 +0000
  • c613d7e162 cosmetic Karel Zak 2005-12-16 18:41:46 +0000
  • a02a3266e9 * libvir.spec.in src/Makefile.am: cleaned up the spec file, removed static libraries, adding virsh as an installed program Daniel Daniel Veillard 2005-12-16 13:27:23 +0000
  • 454544940a * src/libvir_sym.version: oops forgot to export the new symbol Daniel Daniel Veillard 2005-12-16 13:00:14 +0000
  • ea9c089fa6 * include/libvir.h include/libvir.h.in src/internal.h src/libvir.c: adding the virDomainShutdown() API * src/virsh.c: adding a shutdown command * docs/*: regenerated Daniel Daniel Veillard 2005-12-16 12:16:41 +0000
  • d2dc6bf826 add virDomainGetOSType() + small code refactoring Karel Zak 2005-12-16 00:51:27 +0000
  • 4dcc4c2d8b remove --id/name from virsh Karel Zak 2005-12-15 17:00:43 +0000
  • 5b282f0e10 cleanup, daniel Daniel Veillard 2005-12-15 14:55:34 +0000
  • 27f9a1e888 Updated docs and comments, Daniel Daniel Veillard 2005-12-15 14:51:18 +0000
  • 316ed4cb5e * src/xml.c: add dump of os/boot informations Daniel Daniel Veillard 2005-12-14 15:29:16 +0000
  • 5462d542b9 * src/xml.c: added dump of physical vbd and read-only status Daniel Daniel Veillard 2005-12-14 12:36:43 +0000
  • 3447b53fea * src/xml.c: started to add block devices and interfaces descriptions in the XML dump. Daniel Daniel Veillard 2005-12-14 11:21:05 +0000
  • a4de636ade Adding an FAQ about the ro store socket permissions, Daniel Daniel Veillard 2005-12-13 17:20:25 +0000
  • 16ff741ff0 * include/libvir.h src/Makefile.am src/internal.h src/libvir.c src/libvir_sym.version src/virsh.c src/xml.c: started working on the XML dump, added a dumpxml virsh version and a bit of infrastructure code. Found a way to detect dead ID from xenstore data. Daniel Daniel Veillard 2005-12-13 16:22:05 +0000
  • a8d7d679cc * src/libvir.c src/xen_internal.c src/xen_internal.h: completing the API implementation, only CreateLinux is now missing. Daniel Daniel Veillard 2005-12-12 13:22:20 +0000
  • 2da25a157c * docs/search.php docs/index.py docs/*.xsl docs/html/*: fixed the page generation, added the search engine. Daniel Daniel Veillard 2005-12-09 14:41:48 +0000
  • e784908cfe Fixing doc generation stylesheets, daniel Daniel Veillard 2005-12-09 14:33:38 +0000
  • e1a82c77cb Changed title, daniel Daniel Veillard 2005-12-09 13:32:49 +0000
  • 94d4126ac0 * docs/*: extended the documentation Daniel Daniel Veillard 2005-12-09 13:04:05 +0000
  • 21619c5586 Remove autogenerated COPYING from make dist, Daniel Daniel Veillard 2005-12-09 10:37:37 +0000
  • dbe2c21a79 * configure.in: adding --without-depends to make dist on non Xenified machine. Daniel Daniel Veillard 2005-12-09 10:16:33 +0000
  • 2380f6b269 Update of the docs, daniel Daniel Veillard 2005-12-08 23:49:08 +0000
  • 9b628aeff9 * Makefile.am include/libvir.h.in libvir.pc.in: various fixes. * docs/*: regenerated the docs Daniel Daniel Veillard 2005-12-08 23:46:57 +0000
  • 4d3b8dce15 * src/virsh.c: added support for suspend/resume/destroy, validating the previous code. Daniel Daniel Veillard 2005-12-08 23:01:48 +0000
  • 6be439c983 * src/libvir.c src/xen_internal.c src/xen_internal.h: implement Pause, Resume, Destroy, but untested yet. Daniel Daniel Veillard 2005-12-08 17:16:24 +0000
  • 086a0ffe4f * include/libvir.h src/libvir.c src/libvir_sym.version: adding virDomainFree() * docs/*: regenerated the docs Daniel Daniel Veillard 2005-12-08 16:42:56 +0000
  • 108a82576e Rebuilt the docs, Daniel Daniel Veillard 2005-12-08 15:19:20 +0000
  • ded06db1e6 * 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 2005-12-08 15:08:46 +0000
  • 304e52d02d happy gcc Karel Zak 2005-12-08 14:22:52 +0000
  • 96a54b42a6 * 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 2005-12-08 13:26:52 +0000
  • 0d8043574d virsh is more sexy now Karel Zak 2005-12-08 10:23:34 +0000
  • 5a3d05007e * src/libvir.c src/xen_internal.c: fixed the new Xen hypervisor call Daniel Daniel Veillard 2005-12-08 10:12:18 +0000
  • 7c82cb733f * configure.in src/Makefile.am src/libvir.c src/xen_internal.c src/xen_internal.h: removed dependancy on xenctrl library, untested yet. Daniel Daniel Veillard 2005-12-07 18:10:51 +0000
  • b996e8438a update libvir_sym.version Karel Zak 2005-12-07 15:45:51 +0000
  • b9ae742930 * docs/*: adding missing links to API page. Daniel Daniel Veillard 2005-12-07 14:09:33 +0000
  • b38893c3ea * 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 2005-12-07 13:45:20 +0000
  • d5f9611f4a add entry to ChangeLog Karel Zak 2005-12-07 13:14:45 +0000
  • 944f0d385e * docs/ChangeLog.awk docs/ChangeLog.xsl: Changelog handling from libxml2 adapted to libvir * docs/* docs/html/libxml-libvir.html: regenerated Daniel Daniel Veillard 2005-12-07 12:56:14 +0000
  • db4caab690 add virConnectNumOfDomains() Karel Zak 2005-12-07 11:03:24 +0000
  • cf65cf953f * docs/* docs/html/*: more work on the docs generation * include/libvir.h: adding informations on the header Daniel Daniel Veillard 2005-12-07 10:59:26 +0000
  • d3b96d4a00 * 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 2005-12-07 09:33:00 +0000
  • 7ad5537367 * 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 2005-12-06 16:50:31 +0000
  • 02a0500d22 * include/libvir.h src/libvir.c src/virsh.c: adding the extraction of the number of virtual CPUs for both interfaces. Daniel Daniel Veillard 2005-12-06 16:12:49 +0000
  • 6564f33fbb * 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 2005-12-06 13:47:40 +0000
  • 04130eb824 * 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 2005-12-05 18:14:37 +0000
  • 1192a2ade3 * Makefile.am README TODO autogen.sh configure.in libvir.pc.in libvir.spec.in docs/Makefile.am docs/apibuild.py docs/structures.fig include/Makefile.am include/libvir.h src/Makefile.am src/hash.c src/hash.h src/internal.h src/libvir.c src/libvir_sym.version src/virsh.c: renamed to libvir Daniel Daniel Veillard 2005-12-05 11:16:07 +0000
  • 79b43459ca * 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 2005-12-02 14:16:21 +0000
  • 37ecc62443 * configure.in src/Makefile.am: more warnings from compiler and link static in work environement Daniel Daniel Veillard 2005-12-02 12:11:06 +0000
  • b325d741d3 Adding missing Makefile.am, daniel Daniel Veillard 2005-12-01 22:16:36 +0000
  • ff4ede0055 * 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 2005-12-01 17:34:21 +0000
  • e6b590c8a9 * 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 2005-12-01 16:35:42 +0000
  • 363bb8380f * include/libxen.h src/libxen.c src/libxen_sym.version src/xensh.c: changed entry points naming conventions based on feedback with Karel Zak Daniel Daniel Veillard 2005-12-01 10:51:34 +0000
  • f113c5978e oops, forgot hash.[ch], Daniel Daniel Veillard 2005-11-30 13:36:58 +0000
  • 978d57bbe4 * 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 2005-11-30 13:20:53 +0000
  • aa60580097 * 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 2005-11-23 07:47:13 +0000
  • afcb25b9a5 * src/makefile.am src/libxen.c src/xensh.c: add a small tool sensh, implement xenopenconnect and xencloseconnect. Daniel Daniel Veillard 2005-11-10 16:12:31 +0000
  • 5cc4af3e7d * docs/Goals: added a Goals document for the library Daniel Daniel Veillard 2005-11-09 09:57:48 +0000
  • 8af506b89f * 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 2005-11-07 17:16:18 +0000
  • 70eb59b8be * 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 2005-11-02 15:37:34 +0000
  • 6fa55690b9 cleaning up messages, Daniel Daniel Veillard 2005-11-02 14:24:22 +0000
  • 9c46e616ae missing config.h.in, Daniel Daniel Veillard 2005-11-02 13:26:20 +0000
  • b8e381131c * 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 Daniel Veillard 2005-11-02 13:19:10 +0000
  • 9f25f7f0db First check-in in CVS LIBXEN_FIRST_COMMIT Daniel Veillard 2005-11-02 12:50:21 +0000
  • d77e1a9642 Initial revision Daniel Veillard 2005-11-02 12:50:21 +0000