From: Avi Kivity Date: Mon, 18 May 2009 13:15:20 +0000 (+0300) Subject: KVM: x86 emulator: fix jmp far decoding (opcode 0xea) X-Git-Tag: v2.6.32-rc1~693^2~195 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee3d29e8bee8d7c321279a9bd9bd25d4cfbf79b7;p=pandora-kernel.git 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 --- Reading git-diff-tree failed