]> git.baikalelectronics.ru Git - kernel.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)
commit836a65cf9278d432387cd75b5b4b259c3fc90ea5
tree670998588f9abc9f5d1a39781159b58bd6e79f56
parentc0b5677e8a0223094d472fa3b3d8ad8ebd8ca988
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