Re: [Xen-devel] [PATCH 7/7] x86emul: introduce SrcImm16

2016-08-11 Thread Andrew Cooper
On 11/08/16 13:07, Jan Beulich wrote: > ... and use it for RET, LRET, and ENTER processing to limit the amount > of "manual" insn bytes fetching. > > Signed-off-by: Jan Beulich Reviewed-by: Andrew Cooper ___ Xen-devel mailing list Xen-devel@lists.xen.o

[Xen-devel] [PATCH 7/7] x86emul: introduce SrcImm16

2016-08-11 Thread Jan Beulich
... and use it for RET, LRET, and ENTER processing to limit the amount of "manual" insn bytes fetching. Signed-off-by: Jan Beulich --- a/xen/arch/x86/x86_emulate/x86_emulate.c +++ b/xen/arch/x86/x86_emulate/x86_emulate.c @@ -39,6 +39,7 @@ #define SrcMem16(4<<3) /* Memory operand (16-bit). *