Page MenuHomeFreeBSD

bhyve: maintain RSDT and XSDT by basl
ClosedPublic

Authored by corvink on Jun 15 2023, 9:43 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 27, 11:02 PM
Unknown Object (File)
Sat, Apr 27, 10:54 PM
Unknown Object (File)
Sat, Apr 27, 10:54 PM
Unknown Object (File)
Sat, Apr 27, 10:47 PM
Unknown Object (File)
Fri, Apr 26, 10:08 AM
Unknown Object (File)
Fri, Apr 26, 10:08 AM
Unknown Object (File)
Fri, Apr 26, 10:08 AM
Unknown Object (File)
Fri, Apr 26, 10:08 AM
Subscribers

Details

Summary

In a subsquent commit the TPM emulation will build it's own TPM2 table.
This needs to be registered to the RSDT and XSDT. Instead of making the
rsdt and xsdt variables global, we can simply add a helper to basl.

Diff Detail

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

Event Timeline

usr.sbin/bhyve/basl.c
674

I think these lines are too long.

usr.sbin/bhyve/basl.h
71

These getters do not appear to be defined/used anywhere.

  • remove unused getter
  • fix style
This revision is now accepted and ready to land.Jun 19 2023, 7:32 PM
This revision was automatically updated to reflect the committed changes.