Changeset 18928 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Apr 16, 2009 11:44:26 AM (16 years ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/EM.cpp
r18927 r18928 523 523 static DECLCALLBACK(int) emR3Load(PVM pVM, PSSMHANDLE pSSM, uint32_t u32Version) 524 524 { 525 int rc ;525 int rc = VINF_SUCCESS; 526 526 527 527 /* -
trunk/src/VBox/VMM/MM.cpp
r18927 r18928 350 350 * value is 'no overcommitment' (default). See GMMPOLICY. 351 351 */ 352 GMMOCPOLICY enmOcPolicy ;352 GMMOCPOLICY enmOcPolicy = GMMOCPOLICY_NO_OC; 353 353 char sz[64]; 354 354 rc = CFGMR3QueryString(CFGMR3GetRoot(pVM), "Policy", sz, sizeof(sz));
Note:
See TracChangeset
for help on using the changeset viewer.