VirtualBox

Changeset 103594 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Feb 27, 2024 8:59:44 PM (12 months ago)
Author:
vboxsync
Message:

VBoxManage: For showvminfo --machinereadable show the NVRAM file following the naming rules (which don't allow spaces).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp

    r103532 r103594  
    14131413    CHECK_ERROR2I_RET(nvramStore, COMGETTER(NonVolatileStorageFile)(bstrNVRAMFile.asOutParam()), hrcCheck);
    14141414    if (bstrNVRAMFile.isNotEmpty())
    1415         SHOW_BSTR_STRING("BIOS NVRAM File", Info::tr("BIOS NVRAM File:"), bstrNVRAMFile);
     1415        SHOW_BSTR_STRING("NvramFile", Info::tr("BIOS NVRAM File:"), bstrNVRAMFile);
    14161416    if (   firmwareType == FirmwareType_EFI || firmwareType == FirmwareType_EFI32
    14171417        || firmwareType == FirmwareType_EFI64 || firmwareType == FirmwareType_EFIDUAL)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette