From owner-freebsd-arch@FreeBSD.ORG Wed Jan 9 17:44:25 2013 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 3C831A73; Wed, 9 Jan 2013 17:44:25 +0000 (UTC) (envelope-from bright@mu.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 156DE18A; Wed, 9 Jan 2013 17:44:24 +0000 (UTC) Received: from Alfreds-MacBook-Pro-9.local (unknown [207.238.187.242]) by elvis.mu.org (Postfix) with ESMTPSA id 609EE1A3D01; Wed, 9 Jan 2013 09:44:24 -0800 (PST) Message-ID: <50EDAC76.2090802@mu.org> Date: Wed, 09 Jan 2013 12:44:22 -0500 From: Alfred Perlstein User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Peter Grehan Subject: Re: [RFC] Moving bhyve to head References: <50ECFD6C.4000408@freebsd.org> In-Reply-To: <50ECFD6C.4000408@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "freebsd-arch@freebsd.org" X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jan 2013 17:44:25 -0000 This is great news. Thanks very much to Peter, Neel and Netapp. I've been using bhyve for a few weeks now and it has made booting kernels and testing various things much easier. I hope eventually to have some time to use bhyve to create a test harness for booting FreeBSD with low memory and various tuning parameters as well as hooking it to tinderbox for testing "the daily build". -Alfred On 1/9/13 12:17 AM, Peter Grehan wrote: > Neel and I would like to move bhyve development from the > projects/bhyve branch into CURRENT. This will allow the code > to reach a wider audience before 10, and provide us with better > feedback on what features should be prioritized. > > The intent of bhyve is to provide a small, extendible codebase > that allows FreeBSD users to easily run virtual machines. Currently, > bhyve supports running FreeBSD/amd64 guests on FreeBSD/amd64 > hosts with Intel VT-x and EPT CPU support. Additional guest operating > systems should be available in the near future, as will AMD-SVM CPU > support. > > bhyve is implemented as a kernel module and user-level utilities. Note > that it has zero impact on the system until the module is loaded. > > The raw diff against CURRENT can be viewed at > http://people.freebsd.org/~neel/bhyve/diff.txt > > (A sanitized diff, without the svn mergeinfo, is at: > http://people.freebsd.org/~neel/bhyve/diff_without_mergeinfo.txt > > A listing of modified and added files with annotations is at: > http://people.freebsd.org/~neel/bhyve/diff_filenames_only.txt) > > Info on bhyve and installation instructions can be found at > http://wiki.freebsd.org/BHyVe > http://bhyve.org > > Comments and review requested :) > > later, > > Peter & Neel. > _______________________________________________ > freebsd-arch@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-arch > To unsubscribe, send any mail to "freebsd-arch-unsubscribe@freebsd.org" >