Changeset 226 in vbox for trunk/src/VBox
- Timestamp:
- Jan 22, 2007 4:37:36 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 17738
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VM.cpp
r171 r226 1155 1155 * ACPI and we find the VMSTATE_OFF. Just ignore the second power-off request. 1156 1156 */ 1157 /** @todo r=bird: We should find a proper solution to this problem. This is just a workaround. 1158 * Guest code should really run after we've entered VMSTATE_OFF really... */ 1157 1159 if (pVM->enmVMState == VMSTATE_OFF) 1158 1160 return VINF_EM_OFF;
Note:
See TracChangeset
for help on using the changeset viewer.