VirtualBox

Changeset 91325 in vbox


Ignore:
Timestamp:
Sep 22, 2021 2:18:04 PM (3 years ago)
Author:
vboxsync
Message:

Devices/Security/DevTpm: Default to FIFO/TIS mode instead of CRB because it doesn't work with Linux guests so far (fails to initialize the TPM), bugref:10075

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Security/DevTpm.cpp

    r91137 r91325  
    16871687        return PDMDEV_SET_ERROR(pDevIns, rc, N_("Configuration error: Failed to get the \"RevisionId\" value"));
    16881688
    1689     rc = pHlp->pfnCFGMQueryBoolDef(pCfg, "Crb", &pThis->fCrb, true);
     1689    rc = pHlp->pfnCFGMQueryBoolDef(pCfg, "Crb", &pThis->fCrb, false);
    16901690    if (RT_FAILURE(rc))
    16911691        return PDMDEV_SET_ERROR(pDevIns, rc, N_("Configuration error: Failed to get the \"Crb\" value"));
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