VirtualBox

Changeset 101318 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Sep 29, 2023 3:13:07 PM (17 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
159318
Message:

Main: Move findEfiRom to the common code and add a PlatformArchitecture_T parameter to IVirtualBox::CheckFirmwarePresent to differentiate between x86 and ARM, bugref:10528

Location:
trunk/src/VBox/Main/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/ConsoleImpl.h

    r101035 r101318  
    12561256DECL_HIDDEN_THROW(Utf8Str *) GetExtraDataBoth(IVirtualBox *pVirtualBox, IMachine *pMachine, const char *pszName, Utf8Str *pStrValue);
    12571257
     1258#ifndef VBOX_WITH_EFI_IN_DD2
     1259DECLHIDDEN(int) findEfiRom(IVirtualBox* vbox, PlatformArchitecture_T aPlatformArchitecture, FirmwareType_T aFirmwareType, Utf8Str *pEfiRomFile);
     1260#endif
     1261
    12581262#endif /* !MAIN_INCLUDED_ConsoleImpl_h */
    12591263/* vi: set tabstop=4 shiftwidth=4 expandtab: */
  • trunk/src/VBox/Main/include/VirtualBoxImpl.h

    r101299 r101318  
    438438                                   ComPtr<ICloudNetwork> &aNetwork);
    439439    HRESULT removeCloudNetwork(const ComPtr<ICloudNetwork> &aNetwork);
    440     HRESULT checkFirmwarePresent(FirmwareType_T aFirmwareType,
     440    HRESULT checkFirmwarePresent(PlatformArchitecture_T aPlatformArchitecture,
     441                                 FirmwareType_T aFirmwareType,
    441442                                 const com::Utf8Str &aVersion,
    442443                                 com::Utf8Str &aUrl,
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