forked from pool/libvirt
14 lines
577 B
Diff
14 lines
577 B
Diff
Index: libvirt-0.5.1/src/xend_internal.c
|
|
===================================================================
|
|
--- libvirt-0.5.1.orig/src/xend_internal.c
|
|
+++ libvirt-0.5.1/src/xend_internal.c
|
|
@@ -4226,6 +4226,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);
|
|
|