From: Nadav Amit Date: Mon, 2 Jun 2014 15:34:08 +0000 (+0300) Subject: KVM: x86: movnti minimum op size of 32-bit is not kept X-Git-Tag: omap-for-v3.17/fixes-against-rc2~184^2~87 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b32004a66e9;p=pandora-kernel.git KVM: x86: movnti minimum op size of 32-bit is not kept If the operand-size prefix (0x66) is used in 64-bit mode, the emulator would assume the destination operand is 64-bit, when it should be 32-bit. Reminder: movnti does not support 16-bit operands and its default operand size is 32-bit. Signed-off-by: Nadav Amit Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed