Page MenuHomeFreeBSD

[PATCH 16/19] bhyve: build XSDT table by basl
ClosedPublic

Authored by corvink on Oct 14 2022, 9:28 AM.
Tags
Referenced Files
Unknown Object (File)
Mar 19 2024, 11:47 AM
Unknown Object (File)
Mar 19 2024, 11:43 AM
Unknown Object (File)
Mar 19 2024, 11:43 AM
Unknown Object (File)
Mar 19 2024, 11:43 AM
Unknown Object (File)
Mar 19 2024, 11:43 AM
Unknown Object (File)
Mar 17 2024, 8:16 PM
Unknown Object (File)
Jan 1 2024, 7:47 AM
Unknown Object (File)
Jan 1 2024, 7:47 AM
Subscribers

Details

Summary

Building the XSDT table by basl will allow it to be loaded by qemu's
ACPI table loader.

This is the 16. patch required to merge D36983

Diff Detail

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

Event Timeline

corvink retitled this revision from [acpi-table part 16] bhyve: build XSDT table by basl to [PATCH 16/19] bhyve: build XSDT table by basl.Oct 14 2022, 9:45 AM
markj added inline comments.
usr.sbin/bhyve/acpi.c
137

static?

This revision is now accepted and ready to land.Nov 2 2022, 1:46 PM
This revision now requires review to proceed.Nov 15 2022, 9:59 AM
This revision is now accepted and ready to land.Nov 15 2022, 6:49 PM
  • use ACPI_TABLE_* structs for building
This revision now requires review to proceed.Nov 16 2022, 12:52 PM
This revision is now accepted and ready to land.Nov 17 2022, 5:59 PM
This revision was automatically updated to reflect the committed changes.