From: Wei Yongjun Date: Fri, 5 Mar 2010 04:11:48 +0000 (+0800) Subject: KVM: x86: Use native_store_idt() instead of kvm_get_idt() X-Git-Tag: v2.6.35-rc1~436^2~188 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec68798c8fd0f01cdbd3f3e1a970e76a644cf08e;p=pandora-kernel.git 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 Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed