Re: [Xen-devel] [PATCH v2 02/16] x86emul: fetch all insn bytes during the decode phase

2016-09-28 Thread Andrew Cooper
On 28/09/16 09:07, Jan Beulich wrote: > This way we can offer to callers the service of just sizing > instructions, and we also can better guarantee not to raise the wrong > fault due to not having read all relevant bytes. > > Signed-off-by: Jan Beulich Reviewed-by: Andrew Cooper __

[Xen-devel] [PATCH v2 02/16] x86emul: fetch all insn bytes during the decode phase

2016-09-28 Thread Jan Beulich
This way we can offer to callers the service of just sizing instructions, and we also can better guarantee not to raise the wrong fault due to not having read all relevant bytes. Signed-off-by: Jan Beulich --- v2: Rename x86_decode_base() -> x86_decode_onebyte(). --- a/xen/arch/x86/x86_emulate/x