KVM: use desc_ptr struct instead of kvm private descriptor_table
authorGleb Natapov <gleb@redhat.com>
Tue, 16 Feb 2010 08:51:48 +0000 (10:51 +0200)
committerAvi Kivity <avi@redhat.com>
Sun, 25 Apr 2010 09:27:28 +0000 (12:27 +0300)
commit89a27f4d0e042a2fa3391a76b652aec3e16ef200
treed2cf954c066c6f5fbd51a15a439b63d1dba53edd
parent679613442f84702c06a80f2320cb8a50089200bc
KVM: use desc_ptr struct instead of kvm private descriptor_table

x86 arch defines desc_ptr for idt/gdt pointers, no need to define
another structure in kvm code.

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