Mailing List Archive

Ignore live flag on PAE/64-bit migrations, rather than
# HG changeset patch
# User kaf24@firebug.cl.cam.ac.uk
# Node ID 13b2e5c945956657aa330a6182f204c46ba626af
# Parent 060a6634d9eca3ae9b0e632e2fbfd4b93bfb09e9
Ignore live flag on PAE/64-bit migrations, rather than
failing the migration entirely.

Signed-off-by: Keir Fraser <keir@xensource.com>

diff -r 060a6634d9ec -r 13b2e5c94595 tools/libxc/xc_linux_save.c
--- a/tools/libxc/xc_linux_save.c Tue Nov 22 10:53:45 2005
+++ b/tools/libxc/xc_linux_save.c Tue Nov 22 11:04:03 2005
@@ -731,7 +731,7 @@

if (live && (pt_levels != 2)) {
ERR("Live migration supported only for 32-bit non-pae");
- goto out;
+ live = 0;
}

if (live) {

_______________________________________________
Xen-changelog mailing list
Xen-changelog@lists.xensource.com
http://lists.xensource.com/xen-changelog