]> xenbits.xensource.com Git - libvirt.git/commitdiff
Fix migrate for Xen 3.3
authorJohn Levon <john.levon@sun.com>
Fri, 13 Feb 2009 18:23:23 +0000 (18:23 +0000)
committerJohn Levon <john.levon@sun.com>
Fri, 13 Feb 2009 18:23:23 +0000 (18:23 +0000)
ChangeLog
src/xend_internal.c

index 38d5efa92d36c0a456d2bb9885ed23f4032756da..bf1f7ae99134e2a4c764c38681abc81baf84e64a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Fri Feb 13 16:50:35 GMT 2009 John Levon <john.levon@sun.com>
+
+       * src/xend_internal.c: xend in 3.3 grew a couple of new options
+       for the migration method. As they're ignored on older xend
+       versions, always pass them.
+
 Fri Feb 13 19:09:54 +0100 2009 Jim Meyering <meyering@redhat.com>
 
        test:///default driver: don't dereference NULL "def"
index 3ae97e312e6810eb23ee3a53ac763e49589ca01f..f9f2cb30a30d129bd0700c71edccd72f7ae2eff9 100644 (file)
@@ -4292,6 +4292,8 @@ xenDaemonDomainMigratePerform (virDomainPtr domain,
                    "destination", hostname,
                    "live", live,
                    "port", port,
+                   "node", "-1",
+                   "ssl", "0",
                    "resource", "0", /* required, xend ignores it */
                    NULL);
     VIR_FREE (hostname);