From owner-svn-src-stable-10@FreeBSD.ORG Fri Aug 22 02:46:08 2014 Return-Path: Delivered-To: svn-src-stable-10@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6A4B0EE; Fri, 22 Aug 2014 02:46:08 +0000 (UTC) Received: from vps1.elischer.org (vps1.elischer.org [204.109.63.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "vps1.elischer.org", Issuer "CA Cert Signing Authority" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 3A9673834; Fri, 22 Aug 2014 02:46:07 +0000 (UTC) Received: from Julian-MBP3.local (50-196-156-133-static.hfc.comcastbusiness.net [50.196.156.133]) (authenticated bits=0) by vps1.elischer.org (8.14.9/8.14.9) with ESMTP id s7M2k6Al072723 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Thu, 21 Aug 2014 19:46:07 -0700 (PDT) (envelope-from julian@freebsd.org) Message-ID: <53F6AEE8.7010308@freebsd.org> Date: Thu, 21 Aug 2014 19:46:00 -0700 From: Julian Elischer User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Peter Grehan , svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: Re: svn commit: r270159 - in stable/10: lib/libvmmapi sys/amd64/amd64 sys/amd64/include sys/amd64/vmm sys/amd64/vmm/intel sys/amd64/vmm/io sys/x86/include usr.sbin/bhyve usr.sbin/bhyvectl usr.sbin/bhyv... References: <201408190120.s7J1KP93011521@svn.freebsd.org> In-Reply-To: <201408190120.s7J1KP93011521@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-stable-10@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for only the 10-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Aug 2014 02:46:08 -0000 On 8/18/14, 6:20 PM, Peter Grehan wrote: > Author: grehan > Date: Tue Aug 19 01:20:24 2014 > New Revision: 270159 > URL: http://svnweb.freebsd.org/changeset/base/270159 a couple of features I've wished for when using vbox and now bhyve.. maybe these are there but hidden.. I don't know.. 1/ ability to assign a serial port to a listenning TCP socket.. similar to the kernel debug option you have now (though worryingly a doc I said mentioned that that was going away, which I think is a pitty) 2/ the ability to run a script file when an internal ethernet port is brought up. like the ppp and mpd link-up/link-down scripts. to do things like add an address to the tap interface or add firewall rules etc. 3/ (and I may look at doing this myself).. add an option to connect to netgraph for networking. vbox did this at one stage.. not sure if they still do. WIll investigate.