Re: [Xen-devel] [PATCH] x86/hvm: Print %cs:%rip in triple fault error message

2016-02-24 Thread Jan Beulich
>>> On 23.02.16 at 20:10, wrote: > It provides a little more information than just "something went wrong". To be honest, rather than adding useful information in piecemeal steps, why don't we add show_execution_state(guest_cpu_user_regs()) right away. Each time I have to analyze an issue resultin

[Xen-devel] [PATCH] x86/hvm: Print %cs:%rip in triple fault error message

2016-02-23 Thread Andrew Cooper
It provides a little more information than just "something went wrong". Signed-off-by: Andrew Cooper --- CC: Jan Beulich --- xen/arch/x86/hvm/emulate.c| 2 +- xen/arch/x86/hvm/hvm.c| 8 ++-- xen/include/asm-x86/hvm/emulate.h | 1 + 3 files changed, 8 insertions(+), 3 del