Changeset 322 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jan 25, 2007 5:20:26 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/VMAll.cpp
r234 r322 215 215 * 216 216 * @thread Any 217 * @todo r=bird: The pausing/suspending of the VM should be done here, we'll just end 218 * up duplicating code all over the place otherwise. In the case of 219 * devices/drivers/etc they might not be trusted to pause/suspend the 220 * vm even. Change fFatal to fFlags and define action flags and a fatal flag. 221 * 222 * Also, why a string ID and not an enum? 217 223 */ 218 224 VMDECL(int) VMSetRuntimeError(PVM pVM, bool fFatal, const char *pszErrorID,
Note:
See TracChangeset
for help on using the changeset viewer.