[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] Disable live relocation for PAE and x86/64. Currently it can



# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID 51bb139329b201df006fe83d7e7eb1d0037675b6
# Parent  419b32f72179813be14f38809f01704005339363
Disable live relocation for PAE and x86/64. Currently it can
seriously harm Xen's health. Better to just disable it in the
tools until the outstanding issues are resolved.

Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx>

diff -r 419b32f72179 -r 51bb139329b2 tools/libxc/xc_linux_save.c
--- a/tools/libxc/xc_linux_save.c       Fri Nov 18 12:46:18 2005
+++ b/tools/libxc/xc_linux_save.c       Fri Nov 18 12:51:20 2005
@@ -729,6 +729,11 @@
 
     /* Domain is still running at this point */
 
+    if (live && (pt_levels != 2)) {
+        ERR("Live migration supported only for 32-bit non-pae");
+        goto out;
+    }
+
     if (live) {
 
         if (xc_shadow_control(xc_handle, dom, 

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


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.