KVM: x86 emulator mark VMMCALL and LMSW as privileged
authorGleb Natapov <gleb@redhat.com>
Wed, 3 Mar 2010 15:53:05 +0000 (17:53 +0200)
committerAvi Kivity <avi@redhat.com>
Mon, 17 May 2010 09:15:18 +0000 (12:15 +0300)
commit835e6b80478e59820cff127adba3e518ae5a43f5
tree451afd40385adb3e5c8e5e65abeab6c8a5e271e5
parentf71385383fb86246ab3c69cc17a09ef9883590d8
KVM: x86 emulator mark VMMCALL and LMSW as privileged

LMSW is present in both group tables. It was marked privileged only in
one of them. Intel analog of VMMCALL is already marked privileged.

Signed-off-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
arch/x86/kvm/emulate.c