]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
KVM: x86 emulator: fix jmp r/m64 instruction
authorAvi Kivity <avi@qumranet.com>
Thu, 11 Sep 2008 16:47:13 +0000 (19:47 +0300)
committerAvi Kivity <avi@qumranet.com>
Wed, 15 Oct 2008 08:15:27 +0000 (10:15 +0200)
commitef46f18ea010359f7536afd3f56a92c9c83ac09a
tree32b9c76c41368ba183087b5a7a4c405d72194e45
parent4b92fe0c9d0376eb105c88d49b77595e8e5b1548
KVM: x86 emulator: fix jmp r/m64 instruction

jmp r/m64 doesn't require the rex.w prefix to indicate the operand size
is 64 bits.  Set the Stack attribute (even though it doesn't involve the
stack, really) to indicate this.

Signed-off-by: Avi Kivity <avi@qumranet.com>
arch/x86/kvm/x86_emulate.c