commit | b91aa14d95bf4cf8ed0426bd25c0af1548519696 | [log] [tgz] |
---|---|---|
author | Nadav Amit <namit@cs.technion.ac.il> | Mon Mar 30 15:39:19 2015 +0300 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Mar 30 16:45:50 2015 +0200 |
tree | 21b754e834deccb4e4982e7c3bfec1cf3cac6842 | |
parent | 2dccb4cdbf8fd4cb1d779a6f7ddd66d193bb5805 [diff] |
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 <namit@cs.technion.ac.il> Message-Id: <1427719163-5429-2-git-send-email-namit@cs.technion.ac.il> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>