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