VirtualBox

Changeset 62162 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
Jul 11, 2016 3:03:44 PM (9 years ago)
Author:
vboxsync
Message:

VMM, IOAPIC: Temporarily enable using the PDM lock instead of the dedicated I/O APIC lock.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/PDMR0Device.cpp

    r61776 r62162  
    716716{
    717717    PDMDEV_ASSERT_DEVINS(pDevIns);
    718 #ifdef VBOX_WITH_NEW_IOAPIC
    719     AssertFailed();
    720 #endif
    721718    return pdmLockEx(pDevIns->Internal.s.pVMR0, rc);
    722719}
     
    727724{
    728725    PDMDEV_ASSERT_DEVINS(pDevIns);
    729 #ifdef VBOX_WITH_NEW_IOAPIC
    730     AssertFailed();
    731 #endif
    732726    pdmUnlock(pDevIns->Internal.s.pVMR0);
    733727}
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