git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2febc83
)
KVM: x86: Fix wrong masking on relative jump/call
author
Nadav Amit
<namit@cs.technion.ac.il>
Thu, 18 Sep 2014 19:39:37 +0000
(22:39 +0300)
committer
Paolo Bonzini
<pbonzini@redhat.com>
Fri, 24 Oct 2014 11:21:15 +0000
(13:21 +0200)
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>
arch/x86/kvm/emulate.c
patch
|
blob
|
history
diff --cc
arch/x86/kvm/emulate.c
Simple merge