Changeset 43635 in vbox for trunk/src/VBox
- Timestamp:
- Oct 15, 2012 5:15:43 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 81374
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp
r43463 r43635 500 500 SHOW_ULONG_PROP( machine, VRAMSize, "vram", "VRAM size", "MB"); 501 501 SHOW_ULONG_PROP( machine, CPUExecutionCap, "cpuexecutioncap", "CPU exec cap", "%%"); 502 SHOW_BOOLEAN_PROP( machine, PageFusionEnabled,"hpet", "HPET");502 SHOW_BOOLEAN_PROP( machine, HPETEnabled, "hpet", "HPET"); 503 503 504 504 ChipsetType_T chipsetType;
Note:
See TracChangeset
for help on using the changeset viewer.