From owner-freebsd-arch@FreeBSD.ORG Wed Jan 9 05:45:16 2013 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B8E127AF; Wed, 9 Jan 2013 05:45:16 +0000 (UTC) (envelope-from hufeng1987@gmail.com) Received: from mail-wg0-f53.google.com (mail-wg0-f53.google.com [74.125.82.53]) by mx1.freebsd.org (Postfix) with ESMTP id 3188824F; Wed, 9 Jan 2013 05:45:15 +0000 (UTC) Received: by mail-wg0-f53.google.com with SMTP id fn15so844913wgb.20 for ; Tue, 08 Jan 2013 21:45:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=J34xuXpdk5Tc7kv5IS5jXqIWDGQiWTEcjG5TjOoonFI=; b=wnrlL9PznjfnZ+qmGzDTdUQKBXuypJ+KMvhyFW5m+LkfBNl8VOCC/4chsiT25JJoE7 zkbuRHdsANrDS7jcuBWvncqJScNGSDKq7abSDq5Xx6lr7Ufsxfb/aruEZr6+ac5O3afW bTIWa698EXZTJzlsWGR6lxpspuTdD+BRb+I5BNuy4VO12Z7oTDSyUTt61dIwFVxH2thK /bRUcZFuVwW7DxYWo7t2Mr3ADjskv0tAYwcJJTcI1fz/7TBpvJpeQkhLGcExlfUMP0Ds G8TYGYkEdQxzyMyC6WUFtIvRDERU8S/tWMn8NjF6M/rPgAGaPpr6vI/Ff2+qb7obkUQu WTYQ== X-Received: by 10.180.14.10 with SMTP id l10mr1055165wic.7.1357710315069; Tue, 08 Jan 2013 21:45:15 -0800 (PST) MIME-Version: 1.0 Received: by 10.194.125.98 with HTTP; Tue, 8 Jan 2013 21:44:55 -0800 (PST) In-Reply-To: <50ECFD6C.4000408@freebsd.org> References: <50ECFD6C.4000408@freebsd.org> From: Netroby Date: Wed, 9 Jan 2013 13:44:55 +0800 Message-ID: Subject: Re: [RFC] Moving bhyve to head To: Peter Grehan Content-Type: text/plain; charset=UTF-8 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 05:45:16 -0000 Great news , happy to see these changes. Appreciate your time. ---------------------------- Netroby 2013/1/9 Peter Grehan > > 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"