commit | db5b0762f3cab58398f16379ab37ef66ef9ba497 | [log] [tgz] |
---|---|---|
author | Takuya Yoshikawa <yoshikawa.takuya@oss.ntt.co.jp> | Sun May 29 21:56:26 2011 +0900 |
committer | Avi Kivity <avi@redhat.com> | Tue Jul 12 13:15:59 2011 +0300 |
tree | d4b7c00fcb088ad41f9fbddcacf250c2b5cb4a9f | |
parent | e01991e71a179ddab494c8e02100ad73bc0010c4 [diff] |
KVM: x86 emulator: Use opcode::execute for some instructions Move the following functions to the opcode tables: RET (Far return) : CB IRET : CF JMP (Jump far) : EA SYSCALL : 0F 05 CLTS : 0F 06 SYSENTER : 0F 34 SYSEXIT : 0F 35 Signed-off-by: Takuya Yoshikawa <yoshikawa.takuya@oss.ntt.co.jp> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>