From: Avi Kivity Date: Fri, 18 Jan 2008 10:38:59 +0000 (+0200) Subject: KVM: x86 emulator: add support for group decoding X-Git-Tag: v2.6.26-rc1~1028^2~144 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e09d082c03e137015bc0a17ca77e4b9dca08a5d7;p=pandora-kernel.git KVM: x86 emulator: add support for group decoding Certain x86 instructions use bits 3:5 of the byte following the opcode as an opcode extension, with the decode sometimes depending on bits 6:7 as well. Add support for this in the main decoding table rather than an ad-hock adaptation per opcode. Signed-off-by: Avi Kivity --- Reading git-diff-tree failed