From: Nadav Amit Date: Mon, 2 Jun 2014 15:34:11 +0000 (+0300) Subject: KVM: x86: smsw emulation is incorrect in 64-bit mode X-Git-Tag: omap-for-v3.17/fixes-against-rc2~184^2~84 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32e94d0696c26c6ba4f3ff53e70f6e0e825979bc;p=pandora-kernel.git KVM: x86: smsw emulation is incorrect in 64-bit mode In 64-bit mode, when the destination is a register, the assignment is done according to the operand size. Otherwise (memory operand or no 64-bit mode), a 16-bit assignment is performed. Currently, 16-bit assignment is always done to the destination. Signed-off-by: Nadav Amit Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed