KVM: Drop kvm_get_gdt() in favor of generic linux function
authorGleb Natapov <gleb@redhat.com>
Thu, 25 Feb 2010 10:43:07 +0000 (12:43 +0200)
committerAvi Kivity <avi@redhat.com>
Sun, 25 Apr 2010 10:53:32 +0000 (13:53 +0300)
commitd6ab1ed44627c91d0a857a430b7ec4ed8648c7a5
treed029c6a5644b336148036a2a98d77273595d9487
parentf5c9803173848864d0c56108b9e102db0bf601de
KVM: Drop kvm_get_gdt() in favor of generic linux function

Linux now has native_store_gdt() to do the same. Use it instead of
kvm local version.

Signed-off-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/svm.c
arch/x86/kvm/vmx.c
arch/x86/kvm/x86.c