SHA256
1
0
forked from pool/libvirt
libvirt/xen-maxmem.patch

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 */