From d3a15eb3031482616bf7c38dc92218c8ddfd80c0 Mon Sep 17 00:00:00 2001
From: Daniel Veillard
Date: Tue, 21 Feb 2006 13:23:16 +0000
Subject: [PATCH] * TODO: updated * python/tests/Makefile.am: fix a small
PYTHONPATH bug * docs//*: fixed the xsl a bit for toc names, added doc for
the python bindings, regenerated Daniel
---
ChangeLog | 7 ++
TODO | 2 +
docs/FAQ.html | 4 +-
docs/architecture.html | 2 +-
docs/bugs.html | 2 +-
docs/downloads.html | 2 +-
docs/format.html | 2 +-
docs/index.html | 5 +-
docs/intro.html | 2 +-
docs/libvir.html | 85 ++++++++++++++++++++-
docs/news.html | 2 +-
docs/python.html | 50 +++++++++++++
docs/site.xsl | 157 +--------------------------------------
python/tests/Makefile.am | 2 +-
14 files changed, 159 insertions(+), 165 deletions(-)
create mode 100644 docs/python.html
diff --git a/ChangeLog b/ChangeLog
index 774b83ee53..4148997882 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Tue Feb 21 14:21:39 CET 2006 Daniel Veillard
+
+ * TODO: updated
+ * python/tests/Makefile.am: fix a small PYTHONPATH bug
+ * docs//*: fixed the xsl a bit for toc names, added doc for
+ the python bindings, regenerated
+
Tue Feb 21 00:06:30 CET 2006 Daniel Veillard
* src/libvirt.c src/xend_internal.c src/xend_internal.h: move the
diff --git a/TODO b/TODO
index e812b95869..9029a6b1af 100644
--- a/TODO
+++ b/TODO
@@ -11,6 +11,8 @@ TODO:
- 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
+- in python bindings raise an exception if a lookup or connection fails
+ to return a non-None object
Probable TODOs:
- event on big domain state change (create, crashed, paused, shutdown, destroy)
diff --git a/docs/FAQ.html b/docs/FAQ.html
index 8718e94e31..cce0aa57c1 100644
--- a/docs/FAQ.html
+++ b/docs/FAQ.html
@@ -1,6 +1,6 @@
- FAQ
diff --git a/docs/architecture.html b/docs/architecture.html
index ecf3722c14..f55e11d1e9 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.