]> git.karo-electronics.de Git - mv-sheeva.git/commit
KVM: x86 emulator: mix decode bits from opcode and group decode tables
authorAvi Kivity <avi@redhat.com>
Mon, 26 Jul 2010 11:37:48 +0000 (14:37 +0300)
committerAvi Kivity <avi@redhat.com>
Sun, 24 Oct 2010 08:49:58 +0000 (10:49 +0200)
commit52811d7de565b2db988257591fbf2a6be31c1459
tree670998588f9abc9f5d1a39781159b58bd6e79f56
parent047a4818094217a1323d8f31f9318ea2e142f745
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 <avi@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
arch/x86/kvm/emulate.c