- Timestamp:
- Jan 18, 2007 9:31:14 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 17632
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VM.cpp
r47 r170 1148 1148 1149 1149 /* 1150 * The Windows guest additions might have performed a VMMDevPowerState_PowerOff() 1151 * request which was not completed yet. Later, the Windows guest shuts down via 1152 * ACPI and we find the VMSTATE_OFF. Just ignore the second power-off request. 1153 */ 1154 if (pVM->enmVMState == VMSTATE_OFF) 1155 return VINF_EM_OFF; 1156 1157 /* 1150 1158 * Validate input. 1151 1159 */
Note:
See TracChangeset
for help on using the changeset viewer.