forked from pool/libvirt
14 lines
587 B
Diff
14 lines
587 B
Diff
Index: libvirt-0.7.5/src/xen/xend_internal.c
|
|
===================================================================
|
|
--- libvirt-0.7.5.orig/src/xen/xend_internal.c
|
|
+++ libvirt-0.7.5/src/xen/xend_internal.c
|
|
@@ -4559,6 +4559,8 @@ xenDaemonDomainMigratePerform (virDomain
|
|
"node", "-1",
|
|
"ssl", "0",
|
|
"resource", "0", /* required, xend ignores it */
|
|
+ "node", "-1", /* numa node, xen c/s 17753 */
|
|
+ "ssl", "0", /* ssl migration, xen c/s 17709 */
|
|
NULL);
|
|
VIR_FREE (hostname);
|
|
|