Skip to content

Releases: churchers/vm-bhyve

vm-bhyve 1.1-p5

26 Sep 10:24
Compare
Choose a tag to compare

Maintenance release

  • Fix tmux support for guests that have a dot (".") in their name.

vm-bhyve 1.1-p4

15 Aug 12:26
Compare
Choose a tag to compare

Maintenance release

  • Some switch functions weren't picking up runtime config changes
  • On shutdown, only try to destroy vmm device if it exists
  • Ignore white-space at the end of config lines

vm-bhyve 1.1-p3

13 Jul 14:30
Compare
Choose a tag to compare

Update path to bhyve firmware since the sysutils/uefi-edk2-bhyve port has been changed.
Also merge a commit that fixes several typos in the man page.

vm-bhyve 1.1-p1

08 Jul 13:02
Compare
Choose a tag to compare

Minor patch to automatically use UEFI firmware from the sysutils/uefi-edk2-bhyve port, if it's installed.

vm-bhyve 1.1

05 Jul 09:12
Compare
Choose a tag to compare

v1.1 release on vm-bhvye

Major changes -

  • UEFI graphics support
  • Support for multiple datastores with associated vm datastore command set
  • Moved global configuration into system.conf
  • Support for tmux console instead of nmdm
  • Large overhaul of codebase
  • Various bugfixes

vm-bhyve-1.0-p4

08 Jun 09:05
Compare
Choose a tag to compare

Minor patch release fixing the following issues

  • Snapshot not removed correctly during zfs clonf operation
  • Passthru not working for some devices

vm-bhyve-1.0-p2

04 May 15:02
Compare
Choose a tag to compare

1.0 Patch 2
Fixes issue with some users unable to reboot Linux guests

vm-bhyve-1.0-p1

02 May 17:20
Compare
Choose a tag to compare

Fixes a critical bug in ZFS support

vm-bhyve 1.0-release

25 Apr 11:32
Compare
Choose a tag to compare
vm-bhyve 1.0-release Pre-release
Pre-release

v1.0 release from 1.0-stable
Critical bug found - please do not use

v0.12.3

08 Apr 12:04
Compare
Choose a tag to compare

This is the latest version submitted to the FreeBSD ports tree (& pkg)

Highlights for this release since the last one (0.8.7)

  • Vastly improved grub support. All grub guests (linux/openbsd/netbsd) get customised grub menus that are accessible from the guest console. Users can let the guest auto-boot, but they always have the option to drop to the grub console. We also have fairly extensive control over the grub-bhyve comdline and loader commands from the guest configuration file.
  • vm add command to add network or disk devices to a guest
  • Various performance improvements
  • Improved logging (we also rotate logs to make sure they don't get too big)
  • Snapshot / Rollback on ZFS
  • Support custom disk paths, allows users to attach disk images that are stored anywhere on the system. This could even be a real disk in /dev.
  • Config options to enable utctime and virtio-rnd
  • Guest network interfaces should be able to auto-attach to bridges that have jumbo frames (non 1500 mtu) enabled
  • We now allow users to use their own custom bridge or tap devices if they want
  • vm info guest & vm switch info name commands which provide lots of information.
  • We now assign static mac addresses to all interfaces. If bhyve generated a different mac automatically, guests like Windows end up configuring it as a new interface.
  • UEFI (& thus Windows) should work in 10.3-RELEASE
  • Ability to set rctl limits
  • Fixes to wired memory support (for PCI passthrough)