- Timestamp:
- May 12, 2009 11:11:55 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevACPI.cpp
r19007 r19606 1856 1856 N_("Configuration error: Failed to read \"ShowCpu\"")); 1857 1857 1858 /* Always show the CPU leafs when we have multiple VCPUs. */ 1859 if (s->cCpus > 1) 1860 s->fShowCpu = true; 1861 1858 1862 rc = CFGMR3QueryBool(pCfgHandle, "GCEnabled", &fGCEnabled); 1859 1863 if (rc == VERR_CFGM_VALUE_NOT_FOUND)
Note:
See TracChangeset
for help on using the changeset viewer.