Re: [PATCH 1/3] KVM: Drop kvm_get_gdt() in favor of generic linux function.

2010-02-25 Thread Avi Kivity
On 02/25/2010 12:43 PM, Gleb Natapov wrote: Linux now has native_store_gdt() to do the same. Use it instead of kvm local version. Applied all, thanks. -- error compiling committee.c: too many arguments to function -- To unsubscribe from this list: send the line "unsubscribe kvm" in the bo

[PATCH 1/3] KVM: Drop kvm_get_gdt() in favor of generic linux function.

2010-02-25 Thread Gleb Natapov
Linux now has native_store_gdt() to do the same. Use it instead of kvm local version. Signed-off-by: Gleb Natapov --- arch/x86/include/asm/kvm_host.h |5 - arch/x86/kvm/svm.c |2 +- arch/x86/kvm/vmx.c |4 ++-- arch/x86/kvm/x86.c |2 +- 4