From: Takuya Yoshikawa Date: Sat, 23 Apr 2011 09:48:02 +0000 (+0900) Subject: KVM: x86 emulator: Use opcode::execute for Group 1, CMPS and SCAS X-Git-Tag: v3.0-rc1~350^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d67fc27ae2bdc2d2fb6c8ec4238a12b502b95cc7;p=pandora-kernel.git KVM: x86 emulator: Use opcode::execute for Group 1, CMPS and SCAS The following instructions are changed to use opcode::execute. Group 1 (80-83) ADD (00-05), OR (08-0D), ADC (10-15), SBB (18-1D), AND (20-25), SUB (28-2D), XOR (30-35), CMP (38-3D) CMPS (A6-A7), SCAS (AE-AF) The last two do the same as CMP in the emulator, so em_cmp() is used. Signed-off-by: Takuya Yoshikawa Signed-off-by: Avi Kivity --- Reading git-diff-tree failed