Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP2:Update
xen.5852
583816f4-x86-vmx-Don-t-deliver-MC-with-an-error...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 583816f4-x86-vmx-Don-t-deliver-MC-with-an-error-code.patch of Package xen.5852
# Commit 892d191df60806ea63f9d3c4fc37615bee028812 # Date 2016-11-25 10:48:20 +0000 # Author Andrew Cooper <andrew.cooper3@citrix.com> # Committer Andrew Cooper <andrew.cooper3@citrix.com> x86/vmx: Don't deliver #MC with an error code Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com> Reviewed-by: Jan Beulich <jbeulich@suse.com> Acked-by: Kevin Tian <kevin.tian@intel.com> Index: xen-4.7.3-testing/xen/arch/x86/hvm/vmx/vmx.c =================================================================== --- xen-4.7.3-testing.orig/xen/arch/x86/hvm/vmx/vmx.c +++ xen-4.7.3-testing/xen/arch/x86/hvm/vmx/vmx.c @@ -2924,7 +2924,7 @@ static int vmx_msr_write_intercept(unsig if ( (rc < 0) || (msr_content && (vmx_add_host_load_msr(msr) < 0)) ) - hvm_inject_hw_exception(TRAP_machine_check, 0); + hvm_inject_hw_exception(TRAP_machine_check, HVM_DELIVER_NO_ERROR_CODE); else __vmwrite(GUEST_IA32_DEBUGCTL, msr_content);
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