]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: x86: Call-far should not be emulated as stack op
authorNadav Amit <namit@cs.technion.ac.il>
Sun, 3 May 2015 17:22:57 +0000 (20:22 +0300)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 8 May 2015 08:51:44 +0000 (10:51 +0200)
commitad2ffd41a01c12852a78d4dbde18f8dc8dafbc12
tree3648e55595d6e9c58f86b8ab6ee1e2c47274bf99
parent340fb77a9249dbd56e30f4d340ed994c1da89c31
KVM: x86: Call-far should not be emulated as stack op

Far call in 64-bit has a 32-bit operand size. Remove the marking of this
operation as Stack so it can be emulated correctly in 64-bit.

Signed-off-by: Nadav Amit <namit@cs.technion.ac.il>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/emulate.c