]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
bhyve: Provide optional libfdt linking
authorMark Johnston <markj@FreeBSD.org>
Wed, 3 Apr 2024 16:48:45 +0000 (12:48 -0400)
committerMark Johnston <markj@FreeBSD.org>
Wed, 10 Apr 2024 15:17:55 +0000 (11:17 -0400)
commitd878f72a73e104b705d7ee07a3152ad841eadf05
treeccffbd05a9addbaabeffc2f0cfb3c3fddd23e5c4
parentf3003a0dfb91ce887587ff73ce758f31a921e5a3
bhyve: Provide optional libfdt linking

The arm64 port currently does not support ACPI, it instead builds up an
FDT which is exported to the guest.  This mechanism will not be used on
amd64 but isn't really arm64-specific either, so provide an opt-in
mechanism to link libfdt.

No functional change intended.

Reviewed by: corvink, jhb
MFC after: 2 weeks
Sponsored by: Innovate UK
Differential Revision: https://reviews.freebsd.org/D40995
usr.sbin/bhyve/Makefile