]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
bhyvectl: Add arm64 bits and hook it up to the build
authorMark Johnston <markj@FreeBSD.org>
Wed, 1 May 2024 12:33:23 +0000 (08:33 -0400)
committerMark Johnston <markj@FreeBSD.org>
Wed, 1 May 2024 12:33:23 +0000 (08:33 -0400)
commitc1b37d909e59829ec1234fb9dbdcc8e545b37585
tree6be97dff3d894572f81bd572bcdcc046f8887f57
parent1c4ee7dfb8affed302171232b0f612e6bcba3c10
bhyvectl: Add arm64 bits and hook it up to the build

For now this implementation doesn't provide any machine dependent
functionality on arm64, but it's enough to be able to reset and destroy
VMs.

Reviewed by: jhb
Sponsored by: Innovate UK
Differential Revision: https://reviews.freebsd.org/D44932
usr.sbin/Makefile.aarch64
usr.sbin/bhyvectl/aarch64/Makefile.inc [new file with mode: 0644]
usr.sbin/bhyvectl/aarch64/bhyvectl_machdep.c [new file with mode: 0644]