File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,15 @@ cpu="1"
5050#
5151memory="512M"
5252
53+ # ignore_bad_msr
54+ # Instruct bhyve to ignore accesses to model specific registers
55+ # that are not implemented in the current CPU.
56+ # This appears to be required for AMD processors when using
57+ # some guest operating systems. Note that this is enabled
58+ # by default when running a UEFI guest
59+ #
60+ ignore_bad_msr="no"
61+
5362# hostbridge
5463# Allows you to specify the type of hostbridge to use for the
5564# guest hardware. This can usually be left as default. The
Original file line number Diff line number Diff line change 2424# IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2525# POSSIBILITY OF SUCH DAMAGE.
2626
27- VERSION=1.1-p7
28- VERSION_INT=101071
27+ VERSION=1.1-p8
28+ VERSION_INT=101072
2929VERSION_BSD=$( uname -K)
3030PATH=${PATH} :/bin:/usr/bin:/usr/local/bin:/sbin:/usr/sbin:/usr/local/sbin
3131
You can’t perform that action at this time.
0 commit comments