commit | 05c83ec9b73c8124555b706f6af777b10adf0862 | [log] [tgz] |
---|---|---|
author | Nadav Amit <namit@cs.technion.ac.il> | Thu Sep 18 22:39:37 2014 +0300 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Oct 24 13:21:15 2014 +0200 |
tree | 21a9438789f3de20ca325371359333a26791e0cc | |
parent | 2febc839133280d5a5e8e1179c94ea674489dae2 [diff] |
KVM: x86: Fix wrong masking on relative jump/call Relative jumps and calls do the masking according to the operand size, and not according to the address size as the KVM emulator does today. This patch fixes KVM behavior. Cc: stable@vger.kernel.org Signed-off-by: Nadav Amit <namit@cs.technion.ac.il> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>