2007-01-16 00:42:10 +01:00
|
|
|
PAE must be on for 64-on-64 to work at all.
|
|
|
|
|
2007-04-26 01:53:07 +02:00
|
|
|
Index: xen-unstable/tools/python/xen/xend/image.py
|
2007-01-16 00:42:10 +01:00
|
|
|
===================================================================
|
2007-04-26 01:53:07 +02:00
|
|
|
--- xen-unstable.orig/tools/python/xen/xend/image.py
|
|
|
|
+++ xen-unstable/tools/python/xen/xend/image.py
|
|
|
|
@@ -265,7 +265,7 @@ class HVMImageHandler(ImageHandler):
|
2007-01-16 00:42:10 +01:00
|
|
|
|
2007-04-26 01:53:07 +02:00
|
|
|
self.pid = None
|
2007-01-16 00:42:10 +01:00
|
|
|
|
2007-04-26 01:53:07 +02:00
|
|
|
- self.pae = int(vmConfig['platform'].get('pae', 0))
|
|
|
|
+ self.pae = int(vmConfig['platform'].get('pae', 1))
|
|
|
|
self.apic = int(vmConfig['platform'].get('apic', 0))
|
|
|
|
self.acpi = int(vmConfig['platform'].get('acpi', 0))
|
2007-02-11 11:48:10 +01:00
|
|
|
|