From: Nadav Amit Date: Sun, 2 Nov 2014 09:55:00 +0000 (+0200) Subject: KVM: x86: MOVNTI emulation min opsize is not respected X-Git-Tag: omap-for-v3.19/fixes-rc1~43^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed9aad215ff3374ffd720b83d26fda91e4367090;p=pandora-kernel.git KVM: x86: MOVNTI emulation min opsize is not respected 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. Signed-off-by: Nadav Amit Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed