VirtualBox

Changeset 19606 in vbox for trunk


Ignore:
Timestamp:
May 12, 2009 11:11:55 AM (16 years ago)
Author:
vboxsync
Message:

ACPI: Always show the CPU leafs when we have multiple VCPUs

File:
1 edited

Legend:

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

    r19007 r19606  
    18561856                                N_("Configuration error: Failed to read \"ShowCpu\""));
    18571857
     1858    /* Always show the CPU leafs when we have multiple VCPUs. */
     1859    if (s->cCpus > 1)
     1860        s->fShowCpu = true;
     1861
    18581862    rc = CFGMR3QueryBool(pCfgHandle, "GCEnabled", &fGCEnabled);
    18591863    if (rc == VERR_CFGM_VALUE_NOT_FOUND)
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