The common style for build an ACPI table will be:
- basl_table_create
- basl_table_append_header
- setup an ACPI_TABLE_* struct
- basl_table_append_bytes (without header)
Add a helper for the last step.
Differential D37406
bhyve: add helper to append a basl table without a header corvink on Nov 16 2022, 12:50 PM. Authored by Tags None Referenced Files
Details The common style for build an ACPI table will be:
Add a helper for the last step.
Diff Detail
Event Timeline |