VirtualBox

Changeset 90065 in vbox for trunk/src/VBox/Runtime/common


Ignore:
Timestamp:
Jul 6, 2021 1:10:40 PM (4 years ago)
Author:
vboxsync
Message:

Runtime/RTEfi*: Start of a VFS module to access a EFI variable store stored in the NVRAM file to allow changing the firmware config without having the VM running, bugref:9580 [build fix]

Location:
trunk/src/VBox/Runtime/common/efi
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/efi/efitime.cpp

    r90061 r90065  
    8383
    8484
    85 RTDECL(PEFI_TIME) RTEfiTimeToTimeSpec(PEFI_TIME pEfiTime, PCRTTIMESPEC pTimeSpec)
     85RTDECL(PEFI_TIME) RTEfiTimeFromTimeSpec(PEFI_TIME pEfiTime, PCRTTIMESPEC pTimeSpec)
    8686{
    8787    RTTIME Time; RT_ZERO(Time);
  • trunk/src/VBox/Runtime/common/efi/efivarstorevfs.cpp

    r90064 r90065  
    848848            else if (!strcmp(pszEntry, "by-uuid"))
    849849                return rtEfiVarStore_NewDirByType(pVarStore, RTEFIVARSTOREDIRTYPE_BY_GUID, NULL /*pGuid*/, phVfsObj);
     850            else
     851                rc = VERR_FILE_NOT_FOUND;
    850852            break;
    851853        }
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