From: Takuya Yoshikawa Date: Sun, 29 May 2011 12:56:26 +0000 (+0900) Subject: KVM: x86 emulator: Use opcode::execute for some instructions X-Git-Tag: v3.1-rc1~264^2~91 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db5b0762f3cab58398f16379ab37ef66ef9ba497;p=pandora-kernel.git 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 Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed