forked from pool/libvirt
e89319a285
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=aa90c5c57e358c84ad3f8e2966c4e2df
14 lines
587 B
Diff
14 lines
587 B
Diff
Index: libvirt-0.7.4/src/xen/xend_internal.c
|
|
===================================================================
|
|
--- libvirt-0.7.4.orig/src/xen/xend_internal.c
|
|
+++ libvirt-0.7.4/src/xen/xend_internal.c
|
|
@@ -4517,6 +4517,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);
|
|
|