VirtualBox

Changeset 100100 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
Jun 7, 2023 5:50:48 PM (21 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
157793
Message:

VMM/GIC: Fixes and updates to the implementation in order to support SMP, requires the sledgehammer approach wrt locking right now which needs to be me more fine grained, bugref:10404 bugref:10454

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/GICR3.cpp

    r99492 r100100  
    148148    PDMDEV_VALIDATE_CONFIG_RETURN(pDevIns, "DistributorMmioBase|RedistributorMmioBase", "");
    149149
     150#if 0
    150151    /*
    151152     * Disable automatic PDM locking for this device.
     
    153154    int rc = PDMDevHlpSetDeviceCritSect(pDevIns, PDMDevHlpCritSectGetNop(pDevIns));
    154155    AssertRCReturn(rc, rc);
     156#else
     157    int rc;
     158#endif
    155159
    156160    /*
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