]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
bhyve: build DSDT table by basl
authorCorvin Köhne <corvink@FreeBSD.org>
Wed, 6 Apr 2022 09:10:40 +0000 (11:10 +0200)
committerCorvin Köhne <corvink@FreeBSD.org>
Wed, 16 Nov 2022 11:43:41 +0000 (12:43 +0100)
commitb922cf4fe340bc48355fdde8823dc472841445b3
tree8c8ad82fa878f18cb7a329462f90c73b292230b6
parent2fb0f352b977aeb34650081e51454b0b637c5ace
bhyve: build DSDT table by basl

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

Building the DSDT is complex and basl doesn't support it yet. For that
reason, it's still compiled by iasl. It's just a bit restructured.
Upcoming commits will restructure the builds of all other ACPI tables in
a similar way. So, this commit is done for consistency reasons. We're
starting with DSDT because it doesn't point to any other tables and it's
the last one in our current build list.

Reviewed by: jhb, markj (older version)
Approved by: manu (mentor)
MFC after: 2 weeks
Sponsored by: Beckhoff Automation GmbH & Co. KG
Differential Revision: https://reviews.freebsd.org/D36993
usr.sbin/bhyve/acpi.c