ia64/xen-unstable
changeset 7983:13b2e5c94595
Ignore live flag on PAE/64-bit migrations, rather than
failing the migration entirely.
Signed-off-by: Keir Fraser <keir@xensource.com>
failing the migration entirely.
Signed-off-by: Keir Fraser <keir@xensource.com>
author | kaf24@firebug.cl.cam.ac.uk |
---|---|
date | Tue Nov 22 12:04:03 2005 +0100 (2005-11-22) |
parents | 060a6634d9ec |
children | dede6fb4c90e |
files | tools/libxc/xc_linux_save.c |
line diff
1.1 --- a/tools/libxc/xc_linux_save.c Tue Nov 22 11:53:45 2005 +0100 1.2 +++ b/tools/libxc/xc_linux_save.c Tue Nov 22 12:04:03 2005 +0100 1.3 @@ -731,7 +731,7 @@ int xc_linux_save(int xc_handle, int io_ 1.4 1.5 if (live && (pt_levels != 2)) { 1.6 ERR("Live migration supported only for 32-bit non-pae"); 1.7 - goto out; 1.8 + live = 0; 1.9 } 1.10 1.11 if (live) {