From: Gleb Natapov Date: Wed, 28 Apr 2010 16:15:26 +0000 (+0300) Subject: KVM: x86 emulator: handle "far address" source operand X-Git-Tag: v2.6.36-rc1~580^2~188 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=414e6277fd148f6470261cef50a7fed0d88a2825;p=pandora-kernel.git KVM: x86 emulator: handle "far address" source operand ljmp/lcall instruction operand contains address and segment. It can be 10 bytes long. Currently we decode it as two different operands. Fix it by introducing new kind of operand that can hold entire far address. Signed-off-by: Gleb Natapov Signed-off-by: Avi Kivity --- Reading git-diff-tree failed