>>> On 20.02.17 at 16:01, wrote:
> On 15/02/17 11:12, Jan Beulich wrote:
>> @@ -6806,6 +6808,23 @@ x86_emulate(
>> sfence = true;
>> break;
>>
>> +case X86EMUL_OPC_66(0x0f38, 0x2a): /* movntdqa m128,xmm */
>> +case X86EMUL_OPC_VEX_66(0x0f38, 0x2a): /* vmovntdqa mem,
On 15/02/17 11:12, Jan Beulich wrote:
> @@ -6806,6 +6808,23 @@ x86_emulate(
> sfence = true;
> break;
>
> +case X86EMUL_OPC_66(0x0f38, 0x2a): /* movntdqa m128,xmm */
> +case X86EMUL_OPC_VEX_66(0x0f38, 0x2a): /* vmovntdqa mem,{x,y}mm */
> +generate_exception_i