Re: [Xen-devel] [PATCH] x86/VT-x: Dump VMCS on VMLAUNCH/VMRESUME failure

2016-07-04 Thread Jan Beulich
>>> On 01.07.16 at 19:52, wrote: > If a VMLAUNCH/VMRESUME fails due to invalid control or host state, dump the > VMCS before crashing the domain. > > Signed-off-by: Andrew Cooper Good idea: Reviewed-by: Jan Beulich ___ Xen-devel mailing list Xen-de

Re: [Xen-devel] [PATCH] x86/VT-x: Dump VMCS on VMLAUNCH/VMRESUME failure

2016-07-03 Thread Tian, Kevin
> From: Andrew Cooper [mailto:andrew.coop...@citrix.com] > Sent: Saturday, July 02, 2016 1:53 AM > > If a VMLAUNCH/VMRESUME fails due to invalid control or host state, dump the > VMCS before crashing the domain. > > Signed-off-by: Andrew Cooper Acked-by: Kevin Tian ___

[Xen-devel] [PATCH] x86/VT-x: Dump VMCS on VMLAUNCH/VMRESUME failure

2016-07-01 Thread Andrew Cooper
If a VMLAUNCH/VMRESUME fails due to invalid control or host state, dump the VMCS before crashing the domain. Signed-off-by: Andrew Cooper --- CC: Jan Beulich CC: Jun Nakajima CC: Kevin Tian --- xen/arch/x86/hvm/vmx/vmcs.c| 5 + xen/include/asm-x86/hvm/vmx/vmcs.h | 4 2 files