Re: [Xen-devel] [PATCH 3/6] x86emul: simplify FPU destination operand handling

2016-12-07 Thread Andrew Cooper
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 _

[Xen-devel] [PATCH 3/6] x86emul: simplify FPU destination operand handling

2016-12-06 Thread Jan Beulich
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