VirtualBox

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


Ignore:
Timestamp:
Nov 12, 2024 1:49:12 PM (2 months ago)
Author:
vboxsync
Message:

Main: Unify the TPM instantiation as much as possible between x86 and armv8 platforms, bugref:10732

File:
1 edited

Legend:

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

    r106061 r106960  
    878878                             ChipsetType_T enmChipset, BusAssignmentManager *pBusMgr, PCVMMR3VTABLE pVMM, PUVM pUVM,
    879879                             PCFGMNODE pDevices, std::list<BootNic> &llBootNics);
     880#if defined(VBOX_WITH_TPM)
     881    int i_configTpm(ComPtr<ITrustedPlatformModule> pTpm, TpmType_T enmTpmType, PCFGMNODE pDevices,
     882                    RTGCPHYS GCPhysTpmMmio, uint32_t uIrq, RTGCPHYS GCPhysTpmPpi, bool fCrb = false);
     883#endif
    880884
    881885    static DECLCALLBACK(void) i_vmstateChangeCallback(PUVM pUVM, PCVMMR3VTABLE pVMM, VMSTATE enmState,
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