VirtualBox

Changeset 89071 in vbox for trunk/src/VBox/Devices/PC


Ignore:
Timestamp:
May 17, 2021 5:50:35 AM (4 years ago)
Author:
vboxsync
Message:

Intel IOMMU: bugref:9967 DevIoApic: Assert now works with PDM lock is used for I/O APIC lock.

File:
1 edited

Legend:

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

    r89070 r89071  
    568568static void ioapicSignalIntrForRte(PPDMDEVINS pDevIns, PIOAPIC pThis, PIOAPICCC pThisCC, uint8_t idxRte)
    569569{
    570 #ifndef IOAPIC_WITH_PDM_CRITSECT
    571     Assert(PDMCritSectIsOwner(&pThis->CritSect));
    572 #endif
     570    Assert(IOAPIC_LOCK_IS_OWNER(pDevIns, pThis, pThisCC));
    573571
    574572    /*
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