From owner-freebsd-virtualization@freebsd.org Thu Nov 12 10:38:17 2015 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6262EA2D74D for ; Thu, 12 Nov 2015 10:38:17 +0000 (UTC) (envelope-from matt.churchyard@userve.net) Received: from smtp-outbound.userve.net (smtp-outbound.userve.net [217.196.1.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.userve.net", Issuer "Go Daddy Secure Certificate Authority - G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 17BD517A5 for ; Thu, 12 Nov 2015 10:38:16 +0000 (UTC) (envelope-from matt.churchyard@userve.net) Received: from owa.usd-group.com (owa.usd-group.com [217.196.1.2]) by smtp-outbound.userve.net (8.15.1/8.15.1) with ESMTPS id tACAc2eI008584 (version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Thu, 12 Nov 2015 10:38:05 GMT (envelope-from matt.churchyard@userve.net) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=userve.net; s=201508; t=1447324685; bh=udGX4J5HuaIsUUwKbIV64ACh5g047SOlOR9Kj35FIPM=; h=From:To:Subject:Date; b=Rdq8cfOkFuNxyJMZ5qeBA+VzG+1iSs56NBZvz1wRnFFbJ000jl6IKGhgpNFun5U0W Z/fPVxhm7i9/2z5mHwGBmopdBAxU6YNYUhV8xtXD2X6fquKY314An/hB/uzIjhzdDo hCvsseMpvuBlUG3Bd+3kCDUdjyEiPyTWrM3zMJ0o= Received: from SERVER.ad.usd-group.com (192.168.0.1) by SERVER.ad.usd-group.com (192.168.0.1) with Microsoft SMTP Server (TLS) id 15.0.847.32; Thu, 12 Nov 2015 10:37:56 +0000 Received: from SERVER.ad.usd-group.com ([fe80::b19d:892a:6fc7:1c9]) by SERVER.ad.usd-group.com ([fe80::b19d:892a:6fc7:1c9%12]) with mapi id 15.00.0847.030; Thu, 12 Nov 2015 10:37:56 +0000 From: Matt Churchyard To: FreeBSD virtualization Subject: vm-bhyve port upgrade Thread-Topic: vm-bhyve port upgrade Thread-Index: AdEdM8JNehpOBZk9QBqvYRW9jVOGfA== Date: Thu, 12 Nov 2015 10:37:56 +0000 Message-ID: <7ac3a4411ec04711bec75cab3a68ae81@SERVER.ad.usd-group.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [192.168.0.10] MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 10:38:17 -0000 Hello, For anyone interested I have submitted a PR to update the version of vm-bhy= ve in the ports tree. Primarily this fixes the off-putting, but completely benign error printed w= hen users run 'vm init' (the very first thing to run...) I've no idea if I've got the diff format right though. Also adds various small fixes, and the following changes since the last por= ts version: Command to rename a guest Configuration options for utctime, hostbridge, disk options, debug mode, cu= stom grub commands, virtual random device Snapshot and rollback commands when using ZFS Allows use of custom bridges and/or tap devices in addition to the normal a= utomated networking Ability to specify a custom path for disk devices Guests can now automatically attach correctly to virtual switches if the re= al interface(s) (and thus the bridge) are using jumbo frames Template options to specify zfs dataset/zvol properties to apply when creat= ing a guest (most useful for zvol volblocksize) New 'info' commands showing detailed guest/switch details including disk & = network usage No longer replaces dnsmasq.conf, just provides a sample config for the user= to apply if they want dhcp on a nat-enabled virtual switch. Matt (churchers)