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)
Mon, Apr 14, 11:11 AM
Unknown Object (File)
Mon, Apr 14, 5:04 AM
Unknown Object (File)
Mon, Apr 14, 1:32 AM
Unknown Object (File)
Mon, Apr 14, 1:23 AM
Unknown Object (File)
Sun, Apr 13, 9:09 PM
Unknown Object (File)
Sun, Apr 13, 8:25 PM
Unknown Object (File)
Mar 15 2025, 12:33 PM
Unknown Object (File)
Mar 14 2025, 6:35 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.