Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 569554
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +4 lines)
Line  Link Here
0
-- a/xen/arch/x86/hvm/irq.c
0
++ b/xen/arch/x86/hvm/irq.c
Lines 386-392 void hvm_set_callback_via(struct domain Link Here
386
386
387
    spin_unlock(&d->arch.hvm_domain.irq_lock);
387
    spin_unlock(&d->arch.hvm_domain.irq_lock);
388
388
389
    dprintk(XENLOG_G_INFO, "Dom%u callback via changed to ", d->domain_id);
389
#ifndef NDEBUG
390
    printk(XENLOG_G_INFO "Dom%u callback via changed to ", d->domain_id);
390
    switch ( via_type )
391
    switch ( via_type )
391
    {
392
    {
392
    case HVMIRQ_callback_gsi:
393
    case HVMIRQ_callback_gsi:
Lines 402-407 void hvm_set_callback_via(struct domain Link Here
402
        printk("None\n");
403
        printk("None\n");
403
        break;
404
        break;
404
    }
405
    }
406
#endif
405
}
407
}
406
408
407
struct hvm_intack hvm_vcpu_has_pending_irq(struct vcpu *v)
409
struct hvm_intack hvm_vcpu_has_pending_irq(struct vcpu *v)

Return to bug 569554