Re: [Xen-devel] [PATCH v5 10/17] x86emul: add tables for 0f38 and 0f3a extension space

2017-03-07 Thread Andrew Cooper
On 03/03/17 15:03, Jan Beulich wrote: > Convert the few existing opcodes so far supported. > > Signed-off-by: Jan Beulich Reviewed-by: Andrew Cooper ___ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/xen-devel

[Xen-devel] [PATCH v5 10/17] x86emul: add tables for 0f38 and 0f3a extension space

2017-03-03 Thread Jan Beulich
Convert the few existing opcodes so far supported. Signed-off-by: Jan Beulich --- v5: Add comment explaining the precise meaning of "two_op" and "four_op". to_memory -> to_mem. v3: New. --- a/xen/arch/x86/x86_emulate/x86_emulate.c +++ b/xen/arch/x86/x86_emulate/x86_emulate.c @@ -43,6 +43,8 @