KVM: x86 emulator: simplify Group 1 decoding
authorAvi Kivity <avi@redhat.com>
Mon, 26 Jul 2010 11:37:49 +0000 (14:37 +0300)
committerAvi Kivity <avi@redhat.com>
Sun, 24 Oct 2010 08:49:58 +0000 (10:49 +0200)
commit4968ec4e26007770d8759fbface4d4712a27b5d4
tree917ffd096c5f8160c1c5293dada5dafb08c72d0f
parent52811d7de565b2db988257591fbf2a6be31c1459
KVM: x86 emulator: simplify Group 1 decoding

Move operand decoding to the opcode table, keep lock decoding in the group
table.  This allows us to get consolidate the four variants of Group 1 into one
group.

Signed-off-by: Avi Kivity <avi@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
arch/x86/kvm/emulate.c