VirtualBox

Changeset 2233 in vbox for trunk/src


Ignore:
Timestamp:
Apr 19, 2007 2:28:57 PM (18 years ago)
Author:
vboxsync
Message:

put pack the double-power-off workaround

File:
1 edited

Legend:

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

    r2096 r2233  
    11981198    LogFlow(("vmR3PowerOff: pVM=%p\n", pVM));
    11991199
     1200    /** @todo there is still a problem here so we have to ignore the second poweroff */
     1201    if (pVM->enmVMState == VMSTATE_OFF)
     1202        return VINF_EM_OFF;
     1203
    12001204    /*
    12011205     * Validate input.
Note: See TracChangeset for help on using the changeset viewer.

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