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)
Mon, May 6, 11:59 PM
Unknown Object (File)
Mon, May 6, 11:59 PM
Unknown Object (File)
Mon, May 6, 11:59 PM
Unknown Object (File)
Mon, May 6, 4:15 AM
Unknown Object (File)
Fri, May 3, 8:53 AM
Unknown Object (File)
Fri, Apr 26, 10:17 AM
Unknown Object (File)
Fri, Apr 26, 10:08 AM
Unknown Object (File)
Fri, Apr 26, 10:07 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.