kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Steve Rutherford <srutherford@google.com>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: kvm@vger.kernel.org
Subject: Re: [PATCH v8 3/4] KVM: x86: Add EOI exit bitmap inference
Date: Thu, 30 Jul 2015 00:59:36 -0700	[thread overview]
Message-ID: <20150730075936.GA19524@google.com> (raw)
In-Reply-To: <55B9D5BE.6090401@redhat.com>

On Thu, Jul 30, 2015 at 09:43:58AM +0200, Paolo Bonzini wrote:
> 
> 
> On 30/07/2015 08:32, Steve Rutherford wrote:
> > +u8 kvm_arch_nr_userspace_ioapic_pins(struct kvm *kvm);
> >  #else
> >  static inline void kvm_vcpu_request_scan_ioapic(struct kvm *kvm)
> >  {
> >  }
> > +static inline void kvm_arch_irq_routing_update(struct kvm *kvm)
> > +{
> > +}
> > +static inline u8 kvm_arch_nr_userspace_ioapic_pins(struct kvm *kvm)
> > +{
> > +	return 0;
> > +}
> 
> Unused function?  I can remove it myself, but I'd first like to make
> sure that I haven't missed anything.
Jeeze, yeah, that function is totally dead.
> 
> Paolo

      reply	other threads:[~2015-07-30  7:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-30  6:32 [PATCH v8 3/4] KVM: x86: Add EOI exit bitmap inference Steve Rutherford
2015-07-30  7:43 ` Paolo Bonzini
2015-07-30  7:59   ` Steve Rutherford [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150730075936.GA19524@google.com \
    --to=srutherford@google.com \
    --cc=kvm@vger.kernel.org \
    --cc=pbonzini@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).