summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2008-11-21 12:41:15 +0000
committerDaniel P. Berrange <berrange@redhat.com>2008-11-21 12:41:15 +0000
commit83928c2074635ef348413680871e9c1b26b57373 (patch)
treec6a8c694cd3862030b253c8ce79bced1eff26907 /ChangeLog
parentNode device support in virsh (David Lively) (diff)
downloadlibvirt-83928c2074635ef348413680871e9c1b26b57373.tar.gz
libvirt-83928c2074635ef348413680871e9c1b26b57373.tar.bz2
libvirt-83928c2074635ef348413680871e9c1b26b57373.zip
Python binding for node device APIs (David Lively)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9d90bec77..dec23d04d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Fri Nov 21 12:40:14 BST 2008 Daniel P. Berrange <berrange@redhat.com>
+
+ Python binding for node device APIs (David Lively)
+ * python/generator.py, python/libvir.c, python/libvirt-python-api.xml,
+ python/libvirt_wrap.h, python/types.c: Bindings for node device APis
+
Fri Nov 21 12:38:14 BST 2008 Daniel P. Berrange <berrange@redhat.com>
Node device support in virsh (David Lively)