Created attachment 183326 [details] 1.1-p8 svn diff Adds ignore_bad_msr and bhyve_options guest configuration settings. ignore_bad_msr (bhyve(8) -w option) appears to be required for some guests on AMD processors as the guest is trying to access registers that don't exist.
A commit references this bug: Author: lme Date: Sat Jun 24 19:50:07 UTC 2017 New revision: 444240 URL: https://svnweb.freebsd.org/changeset/ports/444240 Log: sysutils/vm-bhyve: Update to 1.1.8 Upstream changelog: Add ability to set ignore_bad_msr="yes" which is required on AMD processors for some guests in order to avoid crashes if the guest tries to access registers that are not implemented. Also adds generic bhyve_options configuration setting to pass arbitrary arguments to the bhyve(8) command. PR: 219860 Submitted by: maintainer Changes: head/sysutils/vm-bhyve/Makefile head/sysutils/vm-bhyve/distinfo
Committed, thanks!