VirtualBox

Changeset 43157 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Sep 4, 2012 9:00:28 AM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
80536
Message:

EFI: save'n'restore support.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/Nvram.cpp

    r43142 r43157  
    179179    RTUuidFromStr(pVendorUuid, Utf8Str(bstrValue).c_str());
    180180
     181#if 0
    181182    RT_ZERO(szExtraDataKey);
    182183    RTStrPrintf(szExtraDataKey, 256, "VBoxInternal/Devices/efi/0/LUN#0/Config/NVRAM/%d/VariableValueLength", idxVariable);
    183184    hrc = pThis->pNvram->getParent()->machine()->GetExtraData(Bstr(szExtraDataKey).raw(), bstrValue.asOutParam());
    184185    *pcbValue = Utf8Str(bstrValue).toUInt32();
     186#endif
    185187
    186188    RT_ZERO(szExtraDataKey);
Note: See TracChangeset for help on using the changeset viewer.

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