Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:NRForbes
xen
x64-bad-address-fix.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File x64-bad-address-fix.patch of Package xen
Index: xen-3.2.1-testing/tools/libxc/xc_hvm_build.c =================================================================== --- xen-3.2.1-testing.orig/tools/libxc/xc_hvm_build.c +++ xen-3.2.1-testing/tools/libxc/xc_hvm_build.c @@ -277,13 +277,13 @@ shared_page_nr = (v_end >> PAGE_SHIFT) - 1; /* Free the guard page that separates low RAM from special pages. */ - rc = xc_domain_memory_decrease_reservation( + /* rc = xc_domain_memory_decrease_reservation( xc_handle, dom, 1, 0, &page_array[shared_page_nr-3]); if ( rc != 0 ) { PERROR("Could not deallocate guard page for HVM guest.\n"); goto error_out; - } + } */ /* Paranoia: clean pages. */ if ( xc_clear_domain_page(xc_handle, dom, shared_page_nr) ||
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