Page MenuHomeFreeBSD

bhyve/tpm: build TPM2 table by tpm interface
ClosedPublic

Authored by corvink on Jun 7 2023, 12:05 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Oct 31, 1:39 AM
Unknown Object (File)
Wed, Oct 29, 7:45 AM
Unknown Object (File)
Sat, Oct 25, 8:48 PM
Unknown Object (File)
Tue, Oct 21, 7:48 AM
Unknown Object (File)
Mon, Oct 20, 5:51 AM
Unknown Object (File)
Oct 18 2025, 4:54 AM
Unknown Object (File)
Oct 13 2025, 7:23 AM
Unknown Object (File)
Oct 12 2025, 5:59 AM
Subscribers

Details

Summary

Each tpm has a device specific table. Which table a tpm uses depends on
the tpm interface.

Diff Detail

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

Event Timeline

usr.sbin/bhyve/tpm_intf_crb.c
246

Variable declarations should be followed by a newline.

274

IMO it would be better to introduce new basl routines to modify tables, rather than exporting tersely named global variables like this.

  • make use of new basl helper
corvink added inline comments.
usr.sbin/bhyve/tpm_intf_crb.c
274
markj added inline comments.
usr.sbin/bhyve/tpm_intf_crb.c
215
274

Nice, thank you.

This revision is now accepted and ready to land.Jun 15 2023, 3:21 PM
This revision was automatically updated to reflect the committed changes.
corvink marked an inline comment as done.