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, Aug 17, 12:54 AM
Unknown Object (File)
Sat, Aug 15, 10:15 AM
Unknown Object (File)
Fri, Aug 14, 12:43 AM
Unknown Object (File)
Thu, Aug 13, 12:21 PM
Unknown Object (File)
Wed, Aug 12, 10:44 PM
Unknown Object (File)
Wed, Aug 12, 10:04 PM
Unknown Object (File)
Wed, Aug 12, 8:09 PM
Unknown Object (File)
Wed, Aug 12, 1:31 PM
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.