On 06/12/16 14:12, Jan Beulich wrote:
> Consolidate the copying of ea to dst: There's no need to set the type
> to OP_MEM, and instead the load cases setting it to OP_NONE allows the
> copying to be done just once per major opcode.
>
> Signed-off-by: Jan Beulich
Reviewed-by: Andrew Cooper
_
Consolidate the copying of ea to dst: There's no need to set the type
to OP_MEM, and instead the load cases setting it to OP_NONE allows the
copying to be done just once per major opcode.
Signed-off-by: Jan Beulich
--- a/xen/arch/x86/x86_emulate/x86_emulate.c
+++ b/xen/arch/x86/x86_emulate/x86_e