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 ___