Re: [Xen-devel] [PATCH v3 08/25] x86emul: add tables for XOP 08 and 09 extension spaces

2018-02-02 Thread Andrew Cooper
On 02/02/18 15:15, Jan Beulich wrote: On 02.02.18 at 12:43, wrote: >> On 07/12/17 14:04, Jan Beulich wrote: >>> --- a/xen/arch/x86/x86_emulate/x86_emulate.c >>> +++ b/xen/arch/x86/x86_emulate/x86_emulate.c >>> @@ -458,6 +458,20 @@ static const opcode_desc_t

Re: [Xen-devel] [PATCH v3 08/25] x86emul: add tables for XOP 08 and 09 extension spaces

2018-02-02 Thread Jan Beulich
>>> On 02.02.18 at 12:43, wrote: > On 07/12/17 14:04, Jan Beulich wrote: >> --- a/xen/arch/x86/x86_emulate/x86_emulate.c >> +++ b/xen/arch/x86/x86_emulate/x86_emulate.c >> @@ -458,6 +458,20 @@ static const opcode_desc_t xop_table[] = >> DstReg|SrcImm|ModRM, >> };

Re: [Xen-devel] [PATCH v3 08/25] x86emul: add tables for XOP 08 and 09 extension spaces

2018-02-02 Thread Andrew Cooper
On 07/12/17 14:04, Jan Beulich wrote: > Convert the few existing opcodes so far supported. > > Also adjust two vex_* case labels to better be ext_* (the values are > identical). > > Signed-off-by: Jan Beulich > > --- a/xen/arch/x86/x86_emulate/x86_emulate.c > +++