Changeset 29265 in vbox for trunk/src/VBox/Frontends/VBoxShell
- Timestamp:
- May 9, 2010 8:06:48 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxShell/vboxshell.py
r29052 r29265 719 719 print 720 720 print colCat(ctx," I/O subsystem info:") 721 print " I/O manager [ioMgr]: %s" %(asEnumElem(ctx, "IoMgrType", mach.ioMgr))722 print " I/O backend [ioBackend]: %s" %(asEnumElem(ctx, "IoBackendType", mach.ioBackend))723 721 print " Cache enabled [ioCacheEnabled]: %s" %(asState(mach.ioCacheEnabled)) 724 722 print " Cache size [ioCacheSize]: %dM" %(mach.ioCacheSize)
Note:
See TracChangeset
for help on using the changeset viewer.