Re: [Xen-devel] [PATCH v2 1/2] x86/vmx: Print the problematic MSR if a vmentry fails

2016-10-20 Thread Andrew Cooper
On 20/10/16 10:40, Tian, Kevin wrote: >> From: Andrew Cooper [mailto:andrew.coop...@citrix.com] >> Sent: Friday, October 14, 2016 5:29 PM >> >> On 14/10/16 07:39, Jan Beulich wrote: >> On 13.10.16 at 15:46, wrote: Sample error looks like: (XEN)

Re: [Xen-devel] [PATCH v2 1/2] x86/vmx: Print the problematic MSR if a vmentry fails

2016-10-20 Thread Tian, Kevin
> From: Andrew Cooper [mailto:andrew.coop...@citrix.com] > Sent: Friday, October 14, 2016 5:29 PM > > On 14/10/16 07:39, Jan Beulich wrote: > On 13.10.16 at 15:46, wrote: > >> Sample error looks like: > >> > >> (XEN) Failed vm entry (exit reason 0x8022)

Re: [Xen-devel] [PATCH v2 1/2] x86/vmx: Print the problematic MSR if a vmentry fails

2016-10-14 Thread Andrew Cooper
On 14/10/16 07:39, Jan Beulich wrote: On 13.10.16 at 15:46, wrote: >> Sample error looks like: >> >> (XEN) Failed vm entry (exit reason 0x8022) caused by MSR loading >> (entry 13). >> (XEN) msr 068a, val 1fff80102af0, (mbz 0) > A _really_ minor

Re: [Xen-devel] [PATCH v2 1/2] x86/vmx: Print the problematic MSR if a vmentry fails

2016-10-14 Thread Jan Beulich
>>> On 13.10.16 at 15:46, wrote: > Sample error looks like: > > (XEN) Failed vm entry (exit reason 0x8022) caused by MSR loading (entry > 13). > (XEN) msr 068a, val 1fff80102af0, (mbz 0) A _really_ minor remark: This is no longer in line with what

[Xen-devel] [PATCH v2 1/2] x86/vmx: Print the problematic MSR if a vmentry fails

2016-10-13 Thread Andrew Cooper
Sample error looks like: (XEN) Failed vm entry (exit reason 0x8022) caused by MSR loading (entry 13). (XEN) msr 068a, val 1fff80102af0, (mbz 0) (XEN) * VMCS Area ** Signed-off-by: Andrew Cooper Reviewed-by: Jan Beulich