You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Description
Updated QemuRunner.py to no longer point to the /tmp/mytpm1 directory
from TPM_DEV, instead it now points to our build output folder. This
prevents an issue where creation of the directory is a manual step and
running could fail if a user does not do the mkdir step.
Renamed TPM_DEV to SWTPM_ENABLE. SWTPM_ENABLE is TRUE by default. This
enable allows for another user, if they so wish, to use a different TPM
in place of the SWTPM by setting SWTPM_ENABLE to FALSE.
- [x] Impacts functionality?
- [ ] Impacts security?
- [ ] Breaking change?
- [ ] Includes tests?
- [ ] Includes documentation?
## How This Was Tested
Built and ran both Q35 and SBSA with TPM enabled. Verified functionality
and swtpm created at the build output directory.
## Integration Instructions
N/A
0 commit comments