]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitfc9ed5d4599a4eb22dbae6a4ec3b45fb2bb49cdf
tree917ffd096c5f8160c1c5293dada5dafb08c72d0f
parent836a65cf9278d432387cd75b5b4b259c3fc90ea5
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