This commit is contained in:
committed by
Git OBS Bridge
parent
241ee9df04
commit
d7002a96b9
@@ -1,15 +1,15 @@
|
||||
PAE must be on for 64-on-64 to work at all.
|
||||
|
||||
Index: xen-3.0.3-testing/tools/python/xen/xend/image.py
|
||||
Index: xen-3.0.4-testing/tools/python/xen/xend/image.py
|
||||
===================================================================
|
||||
--- xen-3.0.3-testing.orig/tools/python/xen/xend/image.py
|
||||
+++ xen-3.0.3-testing/tools/python/xen/xend/image.py
|
||||
@@ -263,7 +263,7 @@ class HVMImageHandler(ImageHandler):
|
||||
--- xen-3.0.4-testing.orig/tools/python/xen/xend/image.py
|
||||
+++ xen-3.0.4-testing/tools/python/xen/xend/image.py
|
||||
@@ -334,7 +334,7 @@ class HVMImageHandler(ImageHandler):
|
||||
|
||||
self.dmargs += self.configVNC(imageConfig)
|
||||
|
||||
- self.pae = int(sxp.child_value(imageConfig, 'pae', 0))
|
||||
+ self.pae = int(sxp.child_value(imageConfig, 'pae', 1))
|
||||
|
||||
self.acpi = int(sxp.child_value(imageConfig, 'acpi', 0))
|
||||
self.apic = int(sxp.child_value(imageConfig, 'apic', 0))
|
||||
- self.pae = imageConfig['hvm'].get('pae', 0)
|
||||
+ self.pae = imageConfig['hvm'].get('pae', 1)
|
||||
self.apic = imageConfig['hvm'].get('apic', 0)
|
||||
self.acpi = imageConfig['hvm']['devices'].get('acpi', 0)
|
||||
|
||||
|
Reference in New Issue
Block a user