2009-07-24 01:36:28 +02:00
|
|
|
Index: libvirt-0.6.5/src/xend_internal.c
|
2008-12-06 13:00:52 +01:00
|
|
|
===================================================================
|
2009-07-24 01:36:28 +02:00
|
|
|
--- libvirt-0.6.5.orig/src/xend_internal.c
|
|
|
|
+++ libvirt-0.6.5/src/xend_internal.c
|
|
|
|
@@ -4480,6 +4480,8 @@ xenDaemonDomainMigratePerform (virDomain
|
2009-04-24 23:15:55 +02:00
|
|
|
"node", "-1",
|
|
|
|
"ssl", "0",
|
2008-12-06 13:00:52 +01:00
|
|
|
"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);
|
|
|
|
|