- Timestamp:
- Sep 1, 2021 7:57:53 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Security/DrvTpmEmu.cpp
r91046 r91048 886 886 if (!(pThis->fCaps & SWTPM_CAP_GET_CONFIG)) 887 887 return PDMDrvHlpVMSetError(pDrvIns, VERR_NOT_SUPPORTED, RT_SRC_POS, 888 N_("DrvTpmEmu#%d Emulated TPM misses the GET_CONFIG capability"),888 N_("DrvTpmEmu#%d Emulated TPM at '%s' misses the GET_CONFIG capability"), 889 889 pDrvIns->iInstance, szLocation); 890 890
Note:
See TracChangeset
for help on using the changeset viewer.