Re: [Xen-devel] [PATCH] x86emul: move some of the early operand adjustments

2016-12-09 Thread Andrew Cooper
On 09/12/16 12:39, Jan Beulich wrote: > As said in the code comment being added, only adjustments affecting > further processing prior to the x86_decode_*() calls really belong into > x86_decode() itself. > > Signed-off-by: Jan Beulich Reviewed-by: Andrew Cooper

[Xen-devel] [PATCH] x86emul: move some of the early operand adjustments

2016-12-09 Thread Jan Beulich
As said in the code comment being added, only adjustments affecting further processing prior to the x86_decode_*() calls really belong into x86_decode() itself. Signed-off-by: Jan Beulich --- a/xen/arch/x86/x86_emulate/x86_emulate.c +++ b/xen/arch/x86/x86_emulate/x86_emulate.c @@ -1875,6 +1875,2