Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
xen.787
xend-hvm-default-pae.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File xend-hvm-default-pae.patch of Package xen.787
PAE must be on for 64-on-64 to work at all. Index: xen-4.2.0-testing/tools/python/xen/xend/image.py =================================================================== --- xen-4.2.0-testing.orig/tools/python/xen/xend/image.py +++ xen-4.2.0-testing/tools/python/xen/xend/image.py @@ -1038,7 +1038,7 @@ class X86_HVM_ImageHandler(HVMImageHandl def configure(self, vmConfig): HVMImageHandler.configure(self, vmConfig) - self.pae = int(vmConfig['platform'].get('pae', 0)) + self.pae = int(vmConfig['platform'].get('pae', 1)) self.vramsize = int(vmConfig['platform'].get('videoram',4)) * 1024 def buildDomain(self):
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor