From: Paolo Bonzini <pbonzini@redhat.com>
To: Steve Rutherford <srutherford@google.com>, kvm@vger.kernel.org
Subject: Re: [PATCH v8 3/4] KVM: x86: Add EOI exit bitmap inference
Date: Thu, 30 Jul 2015 09:43:58 +0200 [thread overview]
Message-ID: <55B9D5BE.6090401@redhat.com> (raw)
In-Reply-To: <1438237955-29897-1-git-send-email-srutherford@google.com>
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.
Paolo
next prev parent reply other threads:[~2015-07-30 7:44 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 [this message]
2015-07-30 7:59 ` Steve Rutherford
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=55B9D5BE.6090401@redhat.com \
--to=pbonzini@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=srutherford@google.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.