]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
* src/xs_internals.c: patch from Chris Lalancette, forgot to
authorDaniel Veillard <veillard@redhat.com>
Tue, 6 Nov 2007 16:25:32 +0000 (16:25 +0000)
committerDaniel Veillard <veillard@redhat.com>
Tue, 6 Nov 2007 16:25:32 +0000 (16:25 +0000)
  remove the domainDumpXML entry when changing the driver structure
Daniel

AUTHORS
ChangeLog
src/xs_internal.c

diff --git a/AUTHORS b/AUTHORS
index e23041fc2fe02f159563a18c9318122478aad24c..c102fc4b91f01977d008d376d3f13449f3e584d8 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -37,6 +37,7 @@ Patches have also been contributed by:
   Christian Ehrhardt   <ehrhardt@linux.vnet.ibm.com>
   Shuveb Hussain       <shuveb@binarykarma.com>
   Jim Paris            <jim@jtan.com>
+  Chris Lalancette     <clalance@redhat.com>
 
   [....send patches to get your name here....]
 
index 785a3092662f0b8c7b9ef9a3c4a5a28177485df0..511ed6a3b4aa3767b1c1b36a449b62abca229bc3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Nov  6 17:24:16 CET 2007 Daniel Veillard <veillard@redhat.com>
+
+       * src/xs_internals.c: patch from Chris Lalancette, forgot to
+         remove the domainDumpXML entry when changing the driver structure
+
 Tue Nov  6 12:42:55 CET 2007 Daniel Veillard <veillard@redhat.com>
 
        * src/xml.c src/xs_internal.c src/xs_internal.h: applied patch
index 7381dcdeb3c6b54ec8551c7e7720a54034866382..fda16d251789d103be016f8474f2f9069392e390 100644 (file)
@@ -71,7 +71,6 @@ struct xenUnifiedDriver xenStoreDriver = {
     NULL, /* domainPinVcpu */
     NULL, /* domainGetVcpus */
     NULL, /* domainGetMaxVcpus */
-    NULL, /* domainDumpXML */
     NULL, /* listDefinedDomains */
     NULL, /* numOfDefinedDomains */
     NULL, /* domainCreate */