-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Description
Is your feature request related to a problem? Please describe.
TPM passthrough would allow a PCS account holder with local hardware and an interposer, but no physical access to bare metal cloud infrastructure, to attest to firmware binaries.
Describe the solution you'd like
I tried passing this to Qemu:
-tpmdev passthrough,id=tpm0,path=/dev/tpm0 \
-device tpm-crb,tpmdev=tpm0 \
I get the error:
qemu-system-x86_64: -tpmdev passthrough,id=tpm0,path=/dev/tpm0: tpm_passthrough: Could not guess TPM cancel path
It seems like TDX doesn't support hardware TPM passthrough?
How can I securely enable TPM passthrough in TDX?
Additional context
N/A
System report
N/A
Metadata
Metadata
Assignees
Labels
No labels