From: Guillaume Thouvenin Date: Thu, 4 Dec 2008 13:26:42 +0000 (+0100) Subject: KVM: x86 emulator: add Src2 decode set X-Git-Tag: v2.6.29-rc1~539^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0dc8d10f7d848b63c8d32cf6fd31ba7def792ac9;p=pandora-kernel.git KVM: x86 emulator: add Src2 decode set Instruction like shld has three operands, so we need to add a Src2 decode set. We start with Src2None, Src2CL, and Src2ImmByte, Src2One to support shld/shrd and we will expand it later. Signed-off-by: Guillaume Thouvenin Signed-off-by: Avi Kivity --- Reading git-diff-tree failed