From: Daniel Veillard Date: Tue, 6 Nov 2007 16:25:32 +0000 (+0000) Subject: * src/xs_internals.c: patch from Chris Lalancette, forgot to X-Git-Tag: LIBVIRT_0_4_1~297 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2886d75e61d75c75979669e40e0d0cfe1e60409;p=thirdparty%2Flibvirt.git * src/xs_internals.c: patch from Chris Lalancette, forgot to remove the domainDumpXML entry when changing the driver structure Daniel --- diff --git a/AUTHORS b/AUTHORS index e23041fc2f..c102fc4b91 100644 --- a/AUTHORS +++ b/AUTHORS @@ -37,6 +37,7 @@ Patches have also been contributed by: Christian Ehrhardt Shuveb Hussain Jim Paris + Chris Lalancette [....send patches to get your name here....] diff --git a/ChangeLog b/ChangeLog index 785a309266..511ed6a3b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Nov 6 17:24:16 CET 2007 Daniel Veillard + + * 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 * src/xml.c src/xs_internal.c src/xs_internal.h: applied patch diff --git a/src/xs_internal.c b/src/xs_internal.c index 7381dcdeb3..fda16d2517 100644 --- a/src/xs_internal.c +++ b/src/xs_internal.c @@ -71,7 +71,6 @@ struct xenUnifiedDriver xenStoreDriver = { NULL, /* domainPinVcpu */ NULL, /* domainGetVcpus */ NULL, /* domainGetMaxVcpus */ - NULL, /* domainDumpXML */ NULL, /* listDefinedDomains */ NULL, /* numOfDefinedDomains */ NULL, /* domainCreate */