From owner-svn-src-projects@FreeBSD.ORG Mon Sep 26 17:02:34 2011 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 53C1E106564A; Mon, 26 Sep 2011 17:02:34 +0000 (UTC) (envelope-from neelnatu@gmail.com) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id DCD8F8FC12; Mon, 26 Sep 2011 17:02:33 +0000 (UTC) Received: by gxk26 with SMTP id 26so4671739gxk.13 for ; Mon, 26 Sep 2011 10:02:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=O2upWKRGqb7TXPqtO1XDUuFkBBP8WDvyIe9r/F5Gf+I=; b=nufmt+d1Xkr0UVEv1GPj7Y8A5tywI3VTp8cis244bgAaYhRDkNkjJqOkeYb1I48c4b WD+LkgtzUQKX73mCBUoDFLp+9KoGxBvjPZhHwTay5x/O0yreme6y5AAR30Z/cPO9yfdN 4MveArnAz/EDDjcLa+XdjgGgHxO6oW0h4SUeM= MIME-Version: 1.0 Received: by 10.236.77.233 with SMTP id d69mr40692910yhe.84.1317054782374; Mon, 26 Sep 2011 09:33:02 -0700 (PDT) Received: by 10.236.108.145 with HTTP; Mon, 26 Sep 2011 09:33:02 -0700 (PDT) In-Reply-To: References: <201109260705.p8Q75emg060558@svn.freebsd.org> Date: Mon, 26 Sep 2011 09:33:02 -0700 Message-ID: From: Neel Natu To: "Bjoern A. Zeeb" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: svn-src-projects@freebsd.org, src-committers@freebsd.org, Neel Natu Subject: Re: svn commit: r225758 - projects/bhyve/sys/amd64/conf X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2011 17:02:34 -0000 Hi, On Mon, Sep 26, 2011 at 5:13 AM, Bjoern A. Zeeb wrote: > > On Sep 26, 2011, at 7:05 AM, Neel Natu wrote: > >> Author: neel >> Date: Mon Sep 26 07:05:40 2011 >> New Revision: 225758 >> URL: http://svn.freebsd.org/changeset/base/225758 >> >> Log: >> =A0Kernel configuration for a bhyve guest. >> >> Added: >> =A0projects/bhyve/sys/amd64/conf/BHYVE >> >> Added: projects/bhyve/sys/amd64/conf/BHYVE >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >> --- /dev/null 00:00:00 1970 =A0 (empty, because file is newly added) >> +++ projects/bhyve/sys/amd64/conf/BHYVE =A0 =A0 =A0 Mon Sep 26 07:05:40 = 2011 =A0 =A0 =A0 =A0(r225758) >> @@ -0,0 +1,345 @@ >> +# >> +# BHYVE -- Kernel configuration file for FreeBSD/amd64 bhyve guest >> +# >> +# For more information on this file, please read the config(5) manual p= age, >> +# and/or the handbook section on Kernel Configuration Files: >> +# >> +# =A0 =A0http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kern= elconfig-config.html >> +# >> +# The handbook is also available locally in /usr/share/doc/handbook >> +# if you've installed the doc distribution, otherwise always see the >> +# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the >> +# latest information. >> +# >> +# An exhaustive list of options and more detailed explanations of the >> +# device lines is also present in the ../../conf/NOTES and NOTES files. >> +# If you are in doubt as to the purpose or necessity of a line, check f= irst >> +# in NOTES. >> +# >> +# $FreeBSD: projects/bhyve/sys/amd64/conf/GENERIC 221914 2011-05-14 20:= 35:01Z jhb $ >> + >> +cpu =A0 =A0 =A0 =A0 =A0HAMMER >> +ident =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0BHYVE > > ..... > > it might make more sense to include GENERIC and use nooptions nodevice fo= r the things > you don't want. =A0Seems to be more common practice. > Alright, that sounds fine. I'll submit a patch on top of this soon. Ideally, we would just want the GENERIC kernel config to also be able to boot on bhyve but we aren't there yet ... best Neel > Given the list is long, maintaining will be hard either way but you have = the > $FreeBSD$ string up there so diffing latest to last synched version will = help. > > ..... >> + >> +device =A0 =A0 =A0 =A0 =A0 =A0 =A0 bvmconsole =A0 =A0 =A0# brain dead s= imple bvm console >> +device =A0 =A0 =A0 =A0 =A0 =A0 =A0 bvmdebug =A0 =A0 =A0 =A0# brain dead= simple bvm gdb pipe >> + >> +device =A0 =A0 =A0 =A0 =A0 =A0 =A0 mptable >> +options =A0 =A0 =A0 =A0 =A0 =A0 =A0NKPT=3D256 > > -- > Bjoern A. Zeeb =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 You have to have visions! > =A0 =A0 =A0 =A0 Stop bit received. Insert coin for new address family. > >