Re: [PATCH 20/21] KVM: x86: MOVNTI emulation min opsize is not respected

2014-11-06 Thread Paolo Bonzini
On 02/11/2014 10:55, Nadav Amit wrote: Signed-off-by: Nadav Amit na...@cs.technion.ac.il --- Applied, thanks. Paolo -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo info at

Re: [PATCH 20/21] KVM: x86: MOVNTI emulation min opsize is not respected

2014-11-05 Thread Paolo Bonzini
On 02/11/2014 10:55, Nadav Amit wrote: Commit 3b32004a66e9 (KVM: x86: movnti minimum op size of 32-bit is not kept) did not fully fix the minimum operand size of MONTI emulation. Still, MOVNTI may be mistakenly performed using 16-bit opsize. This patch add No16 flag to mark an instruction

Re: [PATCH 20/21] KVM: x86: MOVNTI emulation min opsize is not respected

2014-11-05 Thread Nadav Amit
On Nov 5, 2014, at 14:18, Paolo Bonzini pbonz...@redhat.com wrote: On 02/11/2014 10:55, Nadav Amit wrote: Commit 3b32004a66e9 (KVM: x86: movnti minimum op size of 32-bit is not kept) did not fully fix the minimum operand size of MONTI emulation. Still, MOVNTI may be mistakenly

Re: [PATCH 20/21] KVM: x86: MOVNTI emulation min opsize is not respected

2014-11-05 Thread Nadav Amit
On Nov 5, 2014, at 14:18, Paolo Bonzini pbonz...@redhat.com wrote: On 02/11/2014 10:55, Nadav Amit wrote: Commit 3b32004a66e9 (KVM: x86: movnti minimum op size of 32-bit is not kept) did not fully fix the minimum operand size of MONTI emulation. Still, MOVNTI may be mistakenly

[PATCH 20/21] KVM: x86: MOVNTI emulation min opsize is not respected

2014-11-02 Thread Nadav Amit
Commit 3b32004a66e9 (KVM: x86: movnti minimum op size of 32-bit is not kept) did not fully fix the minimum operand size of MONTI emulation. Still, MOVNTI may be mistakenly performed using 16-bit opsize. This patch add No16 flag to mark an instruction does not support 16-bits operand size.