Re: [Xen-devel] [PATCH v11 3/5] x86emul: Add return code information to error messages

2017-09-20 Thread Jan Beulich
>>> On 20.09.17 at 14:54, wrote: > On Ma, 2017-09-19 at 09:22 -0600, Jan Beulich wrote: >> > > > On 12.09.17 at 16:32, wrote: >> > @@ -2242,16 +2242,17 @@ static const char >> > *guest_x86_mode_to_str(int mode) >> > } >> > >> > void

Re: [Xen-devel] [PATCH v11 3/5] x86emul: Add return code information to error messages

2017-09-20 Thread Petre Ovidiu PIRCALABU
On Ma, 2017-09-19 at 09:22 -0600, Jan Beulich wrote: > > > > > > > > > > > > > On 12.09.17 at 16:32, wrote: > > --- a/xen/arch/x86/hvm/emulate.c > > +++ b/xen/arch/x86/hvm/emulate.c > > @@ -2055,7 +2055,7 @@ int hvm_emulate_one_mmio(unsigned long mfn, > > unsigned

Re: [Xen-devel] [PATCH v11 3/5] x86emul: Add return code information to error messages

2017-09-19 Thread Jan Beulich
>>> On 12.09.17 at 16:32, wrote: > --- a/xen/arch/x86/hvm/emulate.c > +++ b/xen/arch/x86/hvm/emulate.c > @@ -2055,7 +2055,7 @@ int hvm_emulate_one_mmio(unsigned long mfn, unsigned > long gla) > { > case X86EMUL_UNHANDLEABLE: > case

Re: [Xen-devel] [PATCH v11 3/5] x86emul: Add return code information to error messages

2017-09-18 Thread Tian, Kevin
> From: Petre Pircalabu [mailto:ppircal...@bitdefender.com] > Sent: Tuesday, September 12, 2017 10:32 PM > > - print the return code of the last failed emulator operation > in hvm_dump_emulation_state. > - print the return code in sh_page_fault (SHADOW_PRINTK) to make the > distiction between