VirtualBox

Changeset 35591 in vbox for trunk/src


Ignore:
Timestamp:
Jan 17, 2011 4:38:28 PM (14 years ago)
Author:
vboxsync
Message:

Devices/DevACPI: don't announce S1 support by default

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevACPI.cpp

    r35546 r35591  
    26882688
    26892689    /* query whether S1 power state should be exposed */
    2690     rc = CFGMR3QueryBoolDef(pCfg, "PowerS1Enabled", &s->fS1Enabled, true);
     2690    rc = CFGMR3QueryBoolDef(pCfg, "PowerS1Enabled", &s->fS1Enabled, false);
    26912691    if (RT_FAILURE(rc))
    26922692        return PDMDEV_SET_ERROR(pDevIns, rc,
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