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)
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>

No differences found