]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: x86 emulator: consolidate group handling
authorAvi Kivity <avi@redhat.com>
Sun, 24 Apr 2011 11:09:59 +0000 (14:09 +0300)
committerAvi Kivity <avi@redhat.com>
Sun, 22 May 2011 12:39:48 +0000 (08:39 -0400)
commit6057da94d352b3a10ad05ec89d1c70f49a9c4168
tree413b3cb9ba7ea24dbe14e87f2eafd2c5839f6e07
parent28999b1b9071594abb0f57e119b338706caffa4b
KVM: x86 emulator: consolidate group handling

Move all groups into a single field and handle them in a single place.  This
saves bits when we add more group types (3 bits -> 7 groups types).

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