Changeset 81087 in vbox for trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp
- Timestamp:
- Sep 30, 2019 6:55:28 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp
r80930 r81087 870 870 871 871 SHOW_LONG64_PROP(biosSettings, TimeOffset, "biossystemtimeoffset", "Time offset:", "ms"); 872 SHOW_BOOLEAN_PROP(biosSettings, NonVolatileStorageEnabled, "biosnvram", "BIOS NVRAM:"); 873 Bstr bstrNVRAMFile; 874 CHECK_ERROR2I_RET(biosSettings, COMGETTER(NonVolatileStorageFile)(bstrNVRAMFile.asOutParam()), hrcCheck); 875 if (bstrNVRAMFile.isNotEmpty()) 876 SHOW_BSTR_STRING("BIOS NVRAM File", "BIOS NVRAM File:", bstrNVRAMFile); 872 877 SHOW_BOOLEAN_PROP_EX(machine, RTCUseUTC, "rtcuseutc", "RTC:", "UTC", "local time"); 873 878 SHOW_BOOLEAN_METHOD(machine, GetHWVirtExProperty(HWVirtExPropertyType_Enabled, &f), "hwvirtex", "Hardw. virt.ext:");
Note:
See TracChangeset
for help on using the changeset viewer.