From: Daniel Veillard
Date: Mon, 20 Feb 2006 23:08:47 +0000 (+0000)
Subject: * src/libvirt.c src/xend_internal.c src/xend_internal.h: move the
X-Git-Tag: LIBVIRT_0_0_5~10
X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9a2ec00a0552d1eb6ba9a2787e7042baab876cff;p=thirdparty%2Flibvirt.git
* src/libvirt.c src/xend_internal.c src/xend_internal.h: move the
XML dump function around to make sure all entry points are centralized
in libvirt.c and also avoid doc generation troubles.
* docs/examples/Makefile.am docs/examples/index.py: fix the makefile
a bit.
* TODO: updated
* docs/format.html: added a description of the XML used for the
domains.
* docs//*: rebuilt
Daniel
---
diff --git a/ChangeLog b/ChangeLog
index 3cbe6a057a..774b83ee53 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+Tue Feb 21 00:06:30 CET 2006 Daniel Veillard
+
+ * src/libvirt.c src/xend_internal.c src/xend_internal.h: move the
+ XML dump function around to make sure all entry points are centralized
+ in libvirt.c and also avoid doc generation troubles.
+ * docs/examples/Makefile.am docs/examples/index.py: fix the makefile
+ a bit.
+ * TODO: updated
+ * docs/format.html: added a description of the XML used for the
+ domains.
+ * docs//*: rebuilt
+
Mon Feb 20 21:48:55 CET 2006 Daniel Veillard
* docs/examples/examples.xsl docs/examples/index.html
diff --git a/TODO b/TODO
index c3c82a2ddd..e812b95869 100644
--- a/TODO
+++ b/TODO
@@ -10,6 +10,7 @@ TODO:
- track change of xend API, XML-RPC, UUID based lookup and naming
- API for the Node: extracting informations, selecting scheduling policy
- better resources allocation APIs (%CPU, set memory)
+- DTD/RNG/XSD schemas for the XML Domain descriptions
Probable TODOs:
- event on big domain state change (create, crashed, paused, shutdown, destroy)
diff --git a/docs/APIchunk0.html b/docs/APIchunk0.html
index 7370ed3ff1..ec44579b6e 100644
--- a/docs/APIchunk0.html
+++ b/docs/APIchunk0.html
@@ -4,7 +4,6 @@
g-rs-z
libvirt is released under the GNU Lesser
General Public License, see the file COPYING.LIB in the distribution
- for the precise wording. The only library that libvirt depends upon is the
- Xen store access library which is also licenced under the LGPL.
+ for the precise wording. The only library that libvirt depends upon is
+ the Xen store access library which is also licenced under the LGPL.
Can I embed libvirt in a proprietary application ?
Yes. The LGPL allows you to embed libvirt into a proprietary
@@ -19,8 +19,8 @@
diff --git a/docs/architecture.html b/docs/architecture.html
index 98e729455b..ecf3722c14 100644
--- a/docs/architecture.html
+++ b/docs/architecture.html
@@ -24,4 +24,4 @@ connect to initialize the library. It will try to open the read-only socket
/var/run/xenstored/socket_ro to connect to the Xen Store and
also try to use the RPC to the Xen daemon. In this case use of hypervisor
calls and write to the Xen Store will not be possible, restraining the amount
-of APIs available and slowing down information gathering about domains.