Skip to content

Commit e0dcb71

Browse files
committed
Increment patch level and add ignore_bad_msr example
1 parent acc4d9e commit e0dcb71

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

sample-templates/config.sample

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,15 @@ cpu="1"
5050
#
5151
memory="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

vm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
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
2929
VERSION_BSD=$(uname -K)
3030
PATH=${PATH}:/bin:/usr/bin:/usr/local/bin:/sbin:/usr/sbin:/usr/local/sbin
3131

0 commit comments

Comments
 (0)