Re: [Xen-devel] [PATCH v3 11/18] x86emul: honor MMXEXT feature flag

2017-02-20 Thread Andrew Cooper
On 15/02/17 11:14, Jan Beulich wrote: > This being a strict (MMX register only) subset of SSE, we can simply > adjust the respective checks while making the new predicate look at > both flags. > > Signed-off-by: Jan Beulich Reviewed-by: Andrew Cooper

[Xen-devel] [PATCH v3 11/18] x86emul: honor MMXEXT feature flag

2017-02-15 Thread Jan Beulich
This being a strict (MMX register only) subset of SSE, we can simply adjust the respective checks while making the new predicate look at both flags. Signed-off-by: Jan Beulich --- v3: New. --- a/xen/arch/x86/x86_emulate/x86_emulate.c +++