mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
* 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:
parent
9899932303
commit
f2886d75e6
1
AUTHORS
1
AUTHORS
@ -37,6 +37,7 @@ Patches have also been contributed by:
|
|||||||
Christian Ehrhardt <ehrhardt@linux.vnet.ibm.com>
|
Christian Ehrhardt <ehrhardt@linux.vnet.ibm.com>
|
||||||
Shuveb Hussain <shuveb@binarykarma.com>
|
Shuveb Hussain <shuveb@binarykarma.com>
|
||||||
Jim Paris <jim@jtan.com>
|
Jim Paris <jim@jtan.com>
|
||||||
|
Chris Lalancette <clalance@redhat.com>
|
||||||
|
|
||||||
[....send patches to get your name here....]
|
[....send patches to get your name here....]
|
||||||
|
|
||||||
|
@ -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>
|
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
|
* src/xml.c src/xs_internal.c src/xs_internal.h: applied patch
|
||||||
|
@ -71,7 +71,6 @@ struct xenUnifiedDriver xenStoreDriver = {
|
|||||||
NULL, /* domainPinVcpu */
|
NULL, /* domainPinVcpu */
|
||||||
NULL, /* domainGetVcpus */
|
NULL, /* domainGetVcpus */
|
||||||
NULL, /* domainGetMaxVcpus */
|
NULL, /* domainGetMaxVcpus */
|
||||||
NULL, /* domainDumpXML */
|
|
||||||
NULL, /* listDefinedDomains */
|
NULL, /* listDefinedDomains */
|
||||||
NULL, /* numOfDefinedDomains */
|
NULL, /* numOfDefinedDomains */
|
||||||
NULL, /* domainCreate */
|
NULL, /* domainCreate */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user