lkml.org 
[lkml]   [2015]   [Jul]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    SubjectRe: [RFC 13/17] KVM: introduce kvm_arch functions for IRQ bypass
    From
    Date


    On 02/07/2015 15:17, Eric Auger wrote:
    > +#ifdef CONFIG_IRQ_BYPASS_MANAGER

    Please use a separate symbol CONFIG_KVM_HAVE_IRQ_BYPASS.

    > +void kvm_arch_add_producer(struct irq_bypass_consumer *,
    > + struct irq_bypass_producer *);

    add_irq_bypass_producer, and so on below.

    Paolo

    > +void kvm_arch_del_producer(struct irq_bypass_consumer *,
    > + struct irq_bypass_producer *);
    > +void kvm_arch_stop_consumer(struct irq_bypass_consumer *);
    > +void kvm_arch_resume_consumer(struct irq_bypass_consumer *);
    > +
    > +#else
    > +void kvm_arch_add_producer(struct irq_bypass_consumer *,
    > + struct irq_bypass_producer *)
    > +{
    > +}
    > +void kvm_arch_del_producer(struct irq_bypass_consumer *,
    > + struct irq_bypass_producer *)
    > +{
    > +}
    > +void kvm_arch_stop_consumer(struct irq_bypass_consumer *)
    > +{
    > +}
    > +void kvm_arch_resume_consumer(struct irq_bypass_consumer *)
    > +{
    > +}


    \
     
     \ /
      Last update: 2015-07-02 16:01    [W:3.206 / U:0.680 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site