From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] KVM: x86: Use native_store_idt() instead of kvm_get_idt() Date: Mon, 15 Mar 2010 04:13:49 -0300 Message-ID: <20100315071349.GC3654@amt.cnet> References: <4B908484.3050308@cn.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, Avi Kivity To: Wei Yongjun Return-path: Received: from mx1.redhat.com ([209.132.183.28]:28832 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759845Ab0COIeG (ORCPT ); Mon, 15 Mar 2010 04:34:06 -0400 Content-Disposition: inline In-Reply-To: <4B908484.3050308@cn.fujitsu.com> Sender: kvm-owner@vger.kernel.org List-ID: On Fri, Mar 05, 2010 at 12:11:48PM +0800, Wei Yongjun wrote: > 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 > --- > arch/x86/include/asm/kvm_host.h | 5 ----- > arch/x86/kvm/vmx.c | 2 +- > 2 files changed, 1 insertions(+), 6 deletions(-) Applied, thanks.