From: Avi Kivity Date: Mon, 26 Jul 2010 11:37:48 +0000 (+0300) Subject: KVM: x86 emulator: mix decode bits from opcode and group decode tables X-Git-Tag: v2.6.37-rc1~142^2~310 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52811d7de565b2db988257591fbf2a6be31c1459;p=pandora-kernel.git KVM: x86 emulator: mix decode bits from opcode and group decode tables Allow bits that are common to all members of a group to be specified in the opcode table instead of the group table. This allows some simplification of the decode tables. Signed-off-by: Avi Kivity Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed