Changeset 20214 in vbox
- Timestamp:
- Jun 3, 2009 8:15:54 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevACPI.cpp
r20117 r20214 1852 1852 N_("Configuration error: Failed to read \"ShowCpu\"")); 1853 1853 1854 /* Always show the CPU leafs when we have multiple VCPUs. */ 1855 if (s->cCpus > 1) 1854 /* Always show the CPU leafs when we have multiple VCPUs or when the IO-APIC is enabled. */ 1855 if ( s->cCpus > 1 1856 || s->u8UseIOApic) 1856 1857 s->fShowCpu = true; 1857 1858
Note:
See TracChangeset
for help on using the changeset viewer.