From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: Re: [PATCH 04/17] KVM: Remove kvm_get_intr_delivery_bitmask Date: Thu, 25 Apr 2013 13:19:22 +0300 Message-ID: <20130425101922.GD16463@redhat.com> References: <1366380388-25926-1-git-send-email-agraf@suse.de> <1366380388-25926-5-git-send-email-agraf@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm-ppc@vger.kernel.org, "kvm@vger.kernel.org mailing list" , Scott Wood , Marcelo Tosatti , Gleb Natapov To: Alexander Graf Return-path: Content-Disposition: inline In-Reply-To: <1366380388-25926-5-git-send-email-agraf@suse.de> Sender: kvm-ppc-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On Fri, Apr 19, 2013 at 04:06:15PM +0200, Alexander Graf wrote: > The prototype has been stale for a while, I can't spot any real function > define behind it. Let's just remove it. > > Signed-off-by: Alexander Graf Acked-by: Michael S. Tsirkin > --- > include/linux/kvm_host.h | 5 ----- > 1 files changed, 0 insertions(+), 5 deletions(-) > > diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h > index 4215d4f..a7bfe9d 100644 > --- a/include/linux/kvm_host.h > +++ b/include/linux/kvm_host.h > @@ -719,11 +719,6 @@ void kvm_unregister_irq_mask_notifier(struct kvm *kvm, int irq, > void kvm_fire_mask_notifiers(struct kvm *kvm, unsigned irqchip, unsigned pin, > bool mask); > > -#ifdef __KVM_HAVE_IOAPIC > -void kvm_get_intr_delivery_bitmask(struct kvm_ioapic *ioapic, > - union kvm_ioapic_redirect_entry *entry, > - unsigned long *deliver_bitmask); > -#endif > int kvm_set_irq(struct kvm *kvm, int irq_source_id, u32 irq, int level, > bool line_status); > int kvm_set_irq_inatomic(struct kvm *kvm, int irq_source_id, u32 irq, int level); > -- > 1.6.0.2 > > -- > 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