Git commit hashes in this file refer to the official FreeBSD distributed public Git repository at https://git.freebsd.org/src.git The bhyve kernel module and its associated userland consumers have been updated to the latest upstream FreeBSD sources as of: commit 5ac4ac85ca20ce1f00c84502a65a3291bf416c18 Author: John Baldwin Date: Wed Sep 15 09:03:17 2021 -0700 Remove an always-true check. This fixes a -Wtype-limits error from GCC 9. Divergence Notes: The source code for the following components is present and included in syncs from FreeBSD, but currently disabled. See the comments in 'Makefile' for more details: kernemu_dev virtio-scsi audio backend virtio_input The draft Save/Restore functionality, added in FreeBSD commit 483d953a86a2507355f8287c5107dc827a0ff516, has not been synced into illumos bhyve yet. It is not built by default in FreeBSD, so we're not interested in taking it until it successfully endures more in-depth testing. The stub usr/src/compat/bhyve/stdatomic.h file only includes enough glue to satisfy the use of in usr/src/cmd/bhyve/rfb.c, and in particular assumes that atomic variables are sized as an int. If other bhyve pieces start using stdatomic.h, this will need enhancing.