From e0dcb71bf42132e5e0baffd6717191c636a7793a Mon Sep 17 00:00:00 2001 From: Matt Churchyard Date: Wed, 7 Jun 2017 13:13:41 +0100 Subject: [PATCH] Increment patch level and add ignore_bad_msr example --- sample-templates/config.sample | 9 +++++++++ vm | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/sample-templates/config.sample b/sample-templates/config.sample index 2a2523a3..78ca16b1 100644 --- a/sample-templates/config.sample +++ b/sample-templates/config.sample @@ -50,6 +50,15 @@ cpu="1" # memory="512M" +# ignore_bad_msr +# Instruct bhyve to ignore accesses to model specific registers +# that are not implemented in the current CPU. +# This appears to be required for AMD processors when using +# some guest operating systems. Note that this is enabled +# by default when running a UEFI guest +# +ignore_bad_msr="no" + # hostbridge # Allows you to specify the type of hostbridge to use for the # guest hardware. This can usually be left as default. The diff --git a/vm b/vm index 9217fc10..e53babf7 100644 --- a/vm +++ b/vm @@ -24,8 +24,8 @@ # IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. -VERSION=1.1-p7 -VERSION_INT=101071 +VERSION=1.1-p8 +VERSION_INT=101072 VERSION_BSD=$(uname -K) PATH=${PATH}:/bin:/usr/bin:/usr/local/bin:/sbin:/usr/sbin:/usr/local/sbin