From: Nadav Amit Date: Mon, 30 Mar 2015 12:39:19 +0000 (+0300) Subject: KVM: x86: CMOV emulation on legacy mode is wrong X-Git-Tag: omap-for-v4.1/fixes-rc1~202^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b91aa14d95bf4cf8ed0426bd25c0af1548519696;p=pandora-kernel.git KVM: x86: CMOV emulation on legacy mode is wrong On legacy mode CMOV emulation should still clear bits [63:32] even if the assignment is not done. The previous fix 140bad89fd ("KVM: x86: emulation of dword cmov on long-mode should clear [63:32]") was incomplete. Signed-off-by: Nadav Amit Message-Id: <1427719163-5429-2-git-send-email-namit@cs.technion.ac.il> Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed