forked from pool/libvirt
14 lines
577 B
Diff
14 lines
577 B
Diff
|
Index: libvirt-0.4.6/src/xend_internal.c
|
||
|
===================================================================
|
||
|
--- libvirt-0.4.6.orig/src/xend_internal.c
|
||
|
+++ libvirt-0.4.6/src/xend_internal.c
|
||
|
@@ -4355,6 +4355,8 @@ xenDaemonDomainMigratePerform (virDomain
|
||
|
"live", live,
|
||
|
"port", port,
|
||
|
"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);
|
||
|
|