forked from pool/libvirt
14 lines
622 B
Diff
14 lines
622 B
Diff
Index: libvirt-0.4.6/src/xen_internal.c
|
|
===================================================================
|
|
--- libvirt-0.4.6.orig/src/xen_internal.c
|
|
+++ libvirt-0.4.6/src/xen_internal.c
|
|
@@ -695,7 +695,7 @@ struct xenUnifiedDriver xenHypervisorDri
|
|
xenHypervisorDestroyDomain, /* domainDestroy */
|
|
xenHypervisorDomainGetOSType, /* domainGetOSType */
|
|
xenHypervisorGetMaxMemory, /* domainGetMaxMemory */
|
|
- xenHypervisorSetMaxMemory, /* domainSetMaxMemory */
|
|
+ NULL, /* domainSetMaxMemory */
|
|
NULL, /* domainSetMemory */
|
|
xenHypervisorGetDomainInfo, /* domainGetInfo */
|
|
NULL, /* domainSave */
|