From owner-svn-src-all@FreeBSD.ORG Wed Sep 17 22:18:55 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 21CB1986; Wed, 17 Sep 2014 22:18:55 +0000 (UTC) Received: from alto.onthenet.com.au (alto.OntheNet.com.au [203.13.68.12]) by mx1.freebsd.org (Postfix) with ESMTP id D5EA7CF; Wed, 17 Sep 2014 22:18:54 +0000 (UTC) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by alto.onthenet.com.au (Postfix) with ESMTPS id 27C0612698; Thu, 18 Sep 2014 08:18:52 +1000 (EST) Received: from Peter-Grehans-MacBook-Pro-2.local ([64.245.0.210]) by dommail.onthenet.com.au (MOS 4.4.4-GA) with ESMTP id BYK70363 (AUTH peterg@ptree32.com.au); Thu, 18 Sep 2014 08:18:50 +1000 Message-ID: <541A08C8.50909@freebsd.org> Date: Wed, 17 Sep 2014 15:18:48 -0700 From: Peter Grehan User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: John-Mark Gurney Subject: Re: svn commit: r271711 - head/usr.sbin/bhyve References: <201409171645.s8HGjK7l048111@svn.freebsd.org> <20140917192511.GB96798@funkthat.com> In-Reply-To: <20140917192511.GB96798@funkthat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, Glen Barber , svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2014 22:18:55 -0000 >> Update the bhyve(8) manual to reflect that it is no >> longer considered 'experimental.' > > If it's no longer experimental, we should document hardware > requirements for it to function in the man page(s)... I'll get a phabric review going for this. > Like I tried it on my AMD hardware, but it doesn't work because code hasn't been > committed... I think you mean, not yet merged to CURRENT from the bhyve_svm branch :) later, Peter.