]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
bhyve: add table dump functions for basl
authorCorvin Köhne <corvink@FreeBSD.org>
Fri, 4 Nov 2022 11:26:34 +0000 (12:26 +0100)
committerCorvin Köhne <corvink@FreeBSD.org>
Tue, 15 Nov 2022 07:27:04 +0000 (08:27 +0100)
commitac3c2b3e38fb03b0d0e26ffa0527735575984ba2
treee471a6c6d939ff4bcb4772fb9eeb1ad26b8c18ea
parent21bbc28426d6b88adfdd8c66d0bc936652e0191d
bhyve: add table dump functions for basl

Developing an ACPI table compiler isn't quite easy. It's helpful if you
can take a look at the ACPI tables created by the compiler.

The dump functions can either dump a ACPI table which was copied into
guest memory or a ACPI table provided for qemu's ACPI table loader.

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