Page MenuHomeFreeBSD

bhyve: add basic TPM passthrough emulation
ClosedPublic

Authored by corvink on Jun 7 2023, 12:05 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 31 2023, 8:19 AM
Unknown Object (File)
Dec 10 2023, 11:39 PM
Unknown Object (File)
Nov 8 2023, 6:20 PM
Unknown Object (File)
Nov 8 2023, 2:14 AM
Unknown Object (File)
Oct 10 2023, 6:52 PM
Unknown Object (File)
Oct 10 2023, 3:45 AM
Unknown Object (File)
Oct 7 2023, 5:08 PM
Unknown Object (File)
Aug 23 2023, 11:58 AM
Subscribers

Details

Summary

At the moment, the emulation only opens a file descriptor to the TPM
device. Some subsequent commits will read and write from it.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

markj added inline comments.
usr.sbin/bhyve/tpm_emul_passthru.c
34
41
59
65

Is it possible for this struct to be const, or do the linker set macros make that impossible?

This revision is now accepted and ready to land.Jun 8 2023, 2:59 PM
This revision was automatically updated to reflect the committed changes.