VirtualBox

Changeset 90946 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Aug 27, 2021 10:55:25 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
146584
Message:

Security: Start implementing a driver for passing through a host TPM, bugref:10075

Location:
trunk/src/VBox/Devices
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Makefile.kmk

    r90908 r90946  
    589589        Security/DevTpm.cpp \
    590590    Security/DrvTpmEmu.cpp
     591
     592  VBoxDD_SOURCES.linux += \
     593        Security/DrvTpmHost.cpp
    591594 endif
    592595
  • trunk/src/VBox/Devices/build/VBoxDD.cpp

    r90530 r90946  
    416416    if (RT_FAILURE(rc))
    417417        return rc;
     418
     419# ifdef RT_OS_LINUX
     420    rc = pCallbacks->pfnRegister(pCallbacks, &g_DrvTpmHost);
     421    if (RT_FAILURE(rc))
     422        return rc;
     423# endif
    418424#endif
    419425
  • trunk/src/VBox/Devices/build/VBoxDD.h

    r90908 r90946  
    199199#ifdef VBOX_WITH_TPM
    200200extern const PDMDRVREG g_DrvTpmEmu;
     201# ifdef RT_OS_LINUX
     202extern const PDMDRVREG g_DrvTpmHost;
     203# endif
    201204#endif
    202205
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette