VirtualBox

Changeset 170 in vbox for trunk


Ignore:
Timestamp:
Jan 18, 2007 9:31:14 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
17632
Message:

Fixed crashes of Windows guests during powerOff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VM.cpp

    r47 r170  
    11481148
    11491149    /*
     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    /*
    11501158     * Validate input.
    11511159     */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette