KVM: x86: Use native_store_idt() instead of kvm_get_idt()
authorWei Yongjun <yjwei@cn.fujitsu.com>
Fri, 5 Mar 2010 04:11:48 +0000 (12:11 +0800)
committerAvi Kivity <avi@redhat.com>
Mon, 17 May 2010 09:15:28 +0000 (12:15 +0300)
commitec68798c8fd0f01cdbd3f3e1a970e76a644cf08e
tree39627b21aa97d20502cf387bdbd56ab1a0acbf5f
parent5c1c85d08da5c257b21b0423b96fa6554aa4cb6f
KVM: x86: Use native_store_idt() instead of kvm_get_idt()

This patch use generic linux function native_store_idt()
instead of kvm_get_idt(), and also removed the useless
function kvm_get_idt().

Signed-off-by: Wei Yongjun <yjwei@cn.fujitsu.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/vmx.c