1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-03-30 18:50:18 +03:00

Commit Graph

  • 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 +00:00
  • b996e8438a update libvir_sym.version Karel Zak 2005-12-07 15:45:51 +00:00
  • b9ae742930 * docs/*: adding missing links to API page. Daniel Daniel Veillard 2005-12-07 14:09:33 +00:00
  • 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 +00:00
  • d5f9611f4a add entry to ChangeLog Karel Zak 2005-12-07 13:14:45 +00:00
  • 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 +00:00
  • db4caab690 add virConnectNumOfDomains() Karel Zak 2005-12-07 11:03:24 +00:00
  • 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 +00:00
  • 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 +00:00
  • 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 +00:00
  • 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 +00:00
  • 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 +00:00
  • 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 +00:00
  • 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 +00:00
  • 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 +00:00
  • 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 +00:00
  • b325d741d3 Adding missing Makefile.am, daniel Daniel Veillard 2005-12-01 22:16:36 +00:00
  • 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 +00:00
  • 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 +00:00
  • 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 +00:00
  • f113c5978e oops, forgot hash.[ch], Daniel Daniel Veillard 2005-11-30 13:36:58 +00:00
  • 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 +00:00
  • 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 +00:00
  • 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 +00:00
  • 5cc4af3e7d * docs/Goals: added a Goals document for the library Daniel Daniel Veillard 2005-11-09 09:57:48 +00:00
  • 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 +00:00
  • 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 +00:00
  • 6fa55690b9 cleaning up messages, Daniel Daniel Veillard 2005-11-02 14:24:22 +00:00
  • 9c46e616ae missing config.h.in, Daniel Daniel Veillard 2005-11-02 13:26:20 +00:00
  • 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 +00:00
  • 9f25f7f0db First check-in in CVS LIBXEN_FIRST_COMMIT Daniel Veillard 2005-11-02 12:50:21 +00:00
  • d77e1a9642 Initial revision Daniel Veillard 2005-11-02 12:50:21 +00:00