Page MenuHomeFreeBSD

[PATCH 17/19] bhyve: build RSDT table by basl
ClosedPublic

Authored by corvink on Oct 14 2022, 9:30 AM.
Tags
Referenced Files
Unknown Object (File)
Mar 19 2024, 11:51 AM
Unknown Object (File)
Mar 19 2024, 11:51 AM
Unknown Object (File)
Mar 19 2024, 11:51 AM
Unknown Object (File)
Mar 19 2024, 11:51 AM
Unknown Object (File)
Mar 19 2024, 11:51 AM
Unknown Object (File)
Mar 17 2024, 8:17 PM
Unknown Object (File)
Jan 3 2024, 1:48 AM
Unknown Object (File)
Jan 1 2024, 7:50 AM
Subscribers

Details

Summary

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

This is the 17. 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 17] bhyve: build RSDT table by basl to [PATCH 17/19] bhyve: build RSDT 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:50 PM
corvink marked an inline comment as done.
  • inline defines
This revision now requires review to proceed.Nov 15 2022, 10:01 AM
This revision is now accepted and ready to land.Nov 15 2022, 6:50 PM
  • use ACPI_TABLE_* structs for building
This revision now requires review to proceed.Nov 16 2022, 12:53 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.