]> xenbits.xensource.com Git - xen.git/commit
x86/vmx: Print the problematic MSR if a vmentry fails
authorAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 13 Oct 2016 10:46:58 +0000 (11:46 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 20 Oct 2016 11:43:47 +0000 (12:43 +0100)
commit3cab0cbb35bedf5594bde42290525774cb1ed957
treee3fa719ff0b12ab959339b8d9d8bac6c3a305407
parentf9acf51a163a98d1b511d654299cf191cdb418a0
x86/vmx: Print the problematic MSR if a vmentry fails

Sample error looks like:

  (XEN) Failed vm entry (exit reason 0x80000022) caused by MSR loading (entry 13).
  (XEN)   msr 0000068a val 1fff800000102af0 (mbz 0)
  (XEN) ************* VMCS Area **************

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Jan Beulich <JBeulich@suse.com>
Acked-by: Kevin Tian <kevin.tian@intel.com>
Release-acked-by: Wei Liu <wei.liu2@citrix.com>
xen/arch/x86/hvm/vmx/vmx.c