From: Avi Kivity Date: Mon, 16 Jun 2008 05:09:11 +0000 (-0700) Subject: KVM: x86 emulator: simplify rip relative decoding X-Git-Tag: v2.6.27-rc1~968^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5b4edcd52e78556800f90d08bfc9126416ac82f;p=pandora-kernel.git KVM: x86 emulator: simplify rip relative decoding rip relative decoding is relative to the instruction pointer of the next instruction; by moving address adjustment until after decoding is complete, we remove the need to determine the instruction size. Signed-off-by: Avi Kivity --- Reading git-diff-tree failed