Bug 219860

Summary: sysutils/vm-bhyve: Update to 1.1-p8
Product: Ports & Packages Reporter: churchers
Component: Individual Port(s)Assignee: Lars Engels <lme>
Status: Closed FIXED    
Severity: Affects Some People CC: lme, ports-bugs
Priority: --- Keywords: easy, needs-qa
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
1.1-p8 svn diff churchers: maintainer-approval+

Description churchers 2017-06-08 10:42:23 UTC
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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-06-24 19:50:38 UTC
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
Comment 2 Lars Engels freebsd_committer freebsd_triage 2017-06-24 19:51:21 UTC
Committed, thanks!