Re: [Xen-devel] [PATCH 3/7] x86emul: all push flavors are data moves

2016-08-11 Thread Andrew Cooper
On 11/08/16 13:04, Jan Beulich wrote: > Make all paths leading to the "push" label have the Mov flag set, and > ASSERT() that to be the case. For the opcode FF group the adjustment is > benign for the paths not leading to "push", as they all set dst.type to > OP_NONE > > Signed-off-by: Jan Beulich

[Xen-devel] [PATCH 3/7] x86emul: all push flavors are data moves

2016-08-11 Thread Jan Beulich
Make all paths leading to the "push" label have the Mov flag set, and ASSERT() that to be the case. For the opcode FF group the adjustment is benign for the paths not leading to "push", as they all set dst.type to OP_NONE Signed-off-by: Jan Beulich --- a/xen/arch/x86/x86_emulate/x86_emulate.c ++