- Timestamp:
- Apr 7, 2010 11:26:17 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMPhys.cpp
r28036 r28044 925 925 { 926 926 int rc; 927 928 /* Older additions (ancient non-functioning balloon code) pass wrong physical addresses. */ 929 AssertReturn(!(paPhysPage[0] & 0xfff), VERR_INVALID_PARAMETER); 927 930 928 931 /* We own the IOM lock here and could cause a deadlock by waiting for another VCPU that is blocking on the IOM lock.
Note:
See TracChangeset
for help on using the changeset viewer.