From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Yongjun Subject: Re: [PATCH] kvm: remove useless function define kvm_inject_pit_timer_irqs() Date: Thu, 03 Mar 2011 13:48:48 +0800 Message-ID: <4D6F2BC0.4050704@cn.fujitsu.com> References: <4D6F24BF.3030906@gmail.com> <4D6F2AF5.3020006@cn.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: 7bit Cc: avi@redhat.com To: kvm@vger.kernel.org Return-path: Received: from cn.fujitsu.com ([222.73.24.84]:60715 "EHLO song.cn.fujitsu.com" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1754782Ab1CCFsg (ORCPT ); Thu, 3 Mar 2011 00:48:36 -0500 In-Reply-To: <4D6F2AF5.3020006@cn.fujitsu.com> Sender: kvm-owner@vger.kernel.org List-ID: I am sorry for mail to wrong address, please ignore this mail, thanks. > --snip-- > > ... >> >From 19d8130e2fabd8a36fc8183749efaf1c0fdcd225 Mon Sep 17 00:00:00 2001 >> From: Duan Jiong >> Date: Wed, 2 Mar 2011 17:18:57 +0800 >> >> Just remove useless function define kvm_inject_pit_timer_irqs() from >> file arch/x86/kvm/i8254.h >> >> Signed-off-by:Duan Jiong >> --- >> arch/x86/kvm/i8254.h | 1 - >> 1 files changed, 0 insertions(+), 1 deletions(-) >> >> diff --git a/arch/x86/kvm/i8254.h b/arch/x86/kvm/i8254.h >> index 46d08ca..9f3cea3 100644 >> --- a/arch/x86/kvm/i8254.h >> +++ b/arch/x86/kvm/i8254.h >> @@ -51,7 +51,6 @@ struct kvm_pit { >> #define KVM_MAX_PIT_INTR_INTERVAL HZ / 100 >> #define KVM_PIT_CHANNEL_MASK 0x3 >> >> -void kvm_inject_pit_timer_irqs(struct kvm_vcpu *vcpu); >> void kvm_pit_load_count(struct kvm *kvm, int channel, u32 val, int >> hpet_legacy_start); >> struct kvm_pit *kvm_create_pit(struct kvm *kvm, u32 flags); >> void kvm_free_pit(struct kvm *kvm); > -- > To unsubscribe from this list: send the line "unsubscribe kvm" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >