Bug 219860 - sysutils/vm-bhyve: Update to 1.1-p8
Summary: sysutils/vm-bhyve: Update to 1.1-p8
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Lars Engels
URL:
Keywords: easy, needs-qa
Depends on:
Blocks:
 
Reported: 2017-06-08 10:42 UTC by churchers
Modified: 2017-06-24 19:51 UTC (History)
2 users (show)

See Also:


Attachments
1.1-p8 svn diff (820 bytes, patch)
2017-06-08 10:42 UTC, churchers
churchers: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!