VirtualBox

Changeset 40937 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Apr 16, 2012 10:36:10 AM (13 years ago)
Author:
vboxsync
Message:

Tag the APIC timer IRQs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevAPIC.cpp

    r40907 r40937  
    16991699    if (!(pApic->lvt[APIC_LVT_TIMER] & APIC_LVT_MASKED)) {
    17001700        LogFlow(("apic_timer: trigger irq\n"));
    1701         apic_set_irq(pDev, pApic, pApic->lvt[APIC_LVT_TIMER] & 0xff, APIC_TRIGGER_EDGE, 0 /*uTagSrc*/);
     1701        apic_set_irq(pDev, pApic, pApic->lvt[APIC_LVT_TIMER] & 0xff, APIC_TRIGGER_EDGE,
     1702                     pDev->CTX_SUFF(pApicHlp)->pfnCalcIrqTag(pDevIns));
    17021703
    17031704        if (   (pApic->lvt[APIC_LVT_TIMER] & APIC_LVT_TIMER_PERIODIC)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette