Changeset 106960 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Nov 12, 2024 1:49:12 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ConsoleImpl.h
r106061 r106960 878 878 ChipsetType_T enmChipset, BusAssignmentManager *pBusMgr, PCVMMR3VTABLE pVMM, PUVM pUVM, 879 879 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 880 884 881 885 static DECLCALLBACK(void) i_vmstateChangeCallback(PUVM pUVM, PCVMMR3VTABLE pVMM, VMSTATE enmState,
Note:
See TracChangeset
for help on using the changeset viewer.