* src/xs_internals.c: patch from Chris Lalancette, forgot to

remove the domainDumpXML entry when changing the driver structure
Daniel
This commit is contained in:
Daniel Veillard 2007-11-06 16:25:32 +00:00
parent 9899932303
commit f2886d75e6
3 changed files with 6 additions and 1 deletions

View File

@ -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....]

View File

@ -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

View File

@ -71,7 +71,6 @@ struct xenUnifiedDriver xenStoreDriver = {
NULL, /* domainPinVcpu */
NULL, /* domainGetVcpus */
NULL, /* domainGetMaxVcpus */
NULL, /* domainDumpXML */
NULL, /* listDefinedDomains */
NULL, /* numOfDefinedDomains */
NULL, /* domainCreate */