Changeset 1099 in vbox
- Timestamp:
- Feb 28, 2007 11:09:28 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMPhys.cpp
r877 r1099 390 390 391 391 LogRel(("pgmr3PhysGrowRange: out of memory. pause until the user resumes execution.\n")); 392 VMSetRuntimeError(pVM, false, "HostMemoryLow", "Unable to allocate and lock memory. The virtual machine will be paused. Please close applications to free up memory or close the VM."); 393 392 393 /* Pause first, then inform Main. */ 394 394 rc = VMR3SuspendNoSave(pVM); 395 395 AssertRC(rc); 396 397 VMSetRuntimeError(pVM, false, "HostMemoryLow", "Unable to allocate and lock memory. The virtual machine will be paused. Please close applications to free up memory or close the VM."); 396 398 397 399 /* Wait for resume event; will only return in that case. If the VM is stopped, the EMT thread will be destroyed. */
Note:
See TracChangeset
for help on using the changeset viewer.