From: Takuya Yoshikawa Date: Sun, 1 May 2011 17:30:48 +0000 (+0900) Subject: KVM: x86 emulator: Make jmp far emulation into a separate function X-Git-Tag: v3.0-rc1~350^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2f62766d5778bbaf80d4feb90a23c7edc371a54;p=pandora-kernel.git KVM: x86 emulator: Make jmp far emulation into a separate function We introduce em_jmp_far(). We also call this from em_grp45() to stop treating modrm_reg == 5 case separately in the group 5 emulation. Signed-off-by: Takuya Yoshikawa Signed-off-by: Avi Kivity --- Reading git-diff-tree failed