Page MenuHomeFreeBSD

bhyve: make basl_table_add_* functions public
ClosedPublic

Authored by corvink on Nov 16 2022, 12:50 PM.
Tags
None
Referenced Files
F138030323: D37405.id113359.diff
Fri, Nov 28, 8:19 AM
Unknown Object (File)
Thu, Nov 27, 2:50 PM
Unknown Object (File)
Mon, Nov 24, 9:47 PM
Unknown Object (File)
Sat, Nov 22, 1:42 PM
Unknown Object (File)
Thu, Nov 13, 8:55 AM
Unknown Object (File)
Sat, Nov 1, 10:08 AM
Unknown Object (File)
Oct 24 2025, 1:18 AM
Unknown Object (File)
Oct 23 2025, 8:55 AM
Subscribers

Details

Summary

The code will be more readable if we use struct definition from ACPI-CA
to build ACPI tables. We can fill out the struct and append it to the
basl_table by using basl_table_append_bytes. After that, we have to
declare which checksums, length and pointers should be patched by basl.
That's done by the add_* functions.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 48382
Build 45268: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Nov 16 2022, 2:23 PM