VirtualBox

Changeset 93639 in vbox for trunk/src


Ignore:
Timestamp:
Feb 7, 2022 1:49:57 PM (3 years ago)
Author:
vboxsync
Message:

Main/MachineImpl: Always return a NVRAM file path as the TPM might be active even when EFI is not selected

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/MachineImpl.cpp

    r93548 r93639  
    72707270    AutoReadLock alock(this COMMA_LOCKVAL_SRC_POS);
    72717271
    7272     if (   mHWData->mFirmwareType == FirmwareType_BIOS
    7273         || i_isSnapshotMachine())
     7272    if (i_isSnapshotMachine())
    72747273        return Utf8Str::Empty;
    72757274
     
    72937292
    72947293    AutoReadLock alock(this COMMA_LOCKVAL_SRC_POS);
    7295 
    7296     if (mHWData->mFirmwareType == FirmwareType_BIOS)
    7297         return Utf8Str::Empty;
    72987294
    72997295    RTTIMESPEC ts;
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