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)
Mon, Sep 23, 4:04 AM
Unknown Object (File)
Thu, Sep 19, 2:23 AM
Unknown Object (File)
Wed, Sep 18, 6:27 AM
Unknown Object (File)
Tue, Sep 17, 9:54 PM
Unknown Object (File)
Tue, Sep 17, 5:26 PM
Unknown Object (File)
Tue, Sep 17, 1:11 AM
Unknown Object (File)
Mon, Sep 16, 8:25 PM
Unknown Object (File)
Sun, Sep 15, 9:14 PM
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.