]> bbs.cooldavid.org Git - net-next-2.6.git/commit
KVM: x86 emulator: fix jmp far decoding (opcode 0xea)
authorAvi Kivity <avi@redhat.com>
Mon, 18 May 2009 13:15:20 +0000 (16:15 +0300)
committerAvi Kivity <avi@redhat.com>
Thu, 10 Sep 2009 05:32:40 +0000 (08:32 +0300)
commitee3d29e8bee8d7c321279a9bd9bd25d4cfbf79b7
tree4c058ba4841490e862dcbd5b68a303b517efddca
parentc9eaf20f268c7051bfde2ba212c5ea76a6cbc7a1
KVM: x86 emulator: fix jmp far decoding (opcode 0xea)

The jump target should not be sign extened; use an unsigned decode flag.

Cc: stable@kernel.org
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/x86_emulate.c