Changeset 27255 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Mar 10, 2010 3:40:24 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp
r27166 r27255 245 245 RTPrintf("hpet=\"%s\"\n", fHpetEnabled ? "on" : "off"); 246 246 else 247 RTPrintf("HPET: %s\n", fHpetEnabled ? "on" : "off");247 RTPrintf("HPET: %s\n", fHpetEnabled ? "on" : "off"); 248 248 249 249 ULONG numCpus; … … 438 438 RTPrintf("largepages=\"%s\"\n", HWVirtExLargePagesEnabled ? "on" : "off"); 439 439 else 440 RTPrintf("Large Pages: %s\n", HWVirtExLargePagesEnabled ? "on" : "off");440 RTPrintf("Large Pages: %s\n", HWVirtExLargePagesEnabled ? "on" : "off"); 441 441 442 442 BOOL HWVirtExVPIDEnabled;
Note:
See TracChangeset
for help on using the changeset viewer.