]> Pileus Git - ~andy/linux/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)
commit46561646ce409ad96c22645362c113de04f60bfb
tree413b3cb9ba7ea24dbe14e87f2eafd2c5839f6e07
parent781e0743af3c5ba356d55bc60df59f2dded1e938
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