Changeset 22000 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Aug 5, 2009 2:16:26 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/HWACCM.cpp
r21999 r22000 1525 1525 Assert(pVM->hwaccm.s.cbGuestPatchMem == cbPatchMem); 1526 1526 1527 /* @todo Potential deadlock when other VCPUs are waiting on the IOM lock (we own it)!! */ 1527 1528 int rc = VMMR3EmtRendezvous(pVM, VMMEMTRENDEZVOUS_FLAGS_TYPE_ONE_BY_ONE, hwaccmR3RemovePatches, (void *)VMMGetCpuId(pVM)); 1528 1529 AssertRC(rc);
Note:
See TracChangeset
for help on using the changeset viewer.