commit | d2f62766d5778bbaf80d4feb90a23c7edc371a54 | [log] [tgz] |
---|---|---|
author | Takuya Yoshikawa <yoshikawa.takuya@oss.ntt.co.jp> | Mon May 02 02:30:48 2011 +0900 |
committer | Avi Kivity <avi@redhat.com> | Sun May 22 08:48:06 2011 -0400 |
tree | 8c3a3aa062dd6de622532b5a7cf5321804bccc7f | |
parent | 51187683cb11b959535d32eb91b673c6a9a03e88 [diff] |
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 <yoshikawa.takuya@oss.ntt.co.jp> Signed-off-by: Avi Kivity <avi@redhat.com>