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
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to