From owner-svn-src-projects@FreeBSD.ORG Mon Sep 26 12:13:16 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 B188F106564A; Mon, 26 Sep 2011 12:13:16 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mx1.sbone.de (mx1.sbone.de [IPv6:2a01:4f8:130:3ffc::401:25]) by mx1.freebsd.org (Postfix) with ESMTP id 612B78FC13; Mon, 26 Sep 2011 12:13:16 +0000 (UTC) Received: from mail.sbone.de (mail.sbone.de [IPv6:fde9:577b:c1a9:31::2013:587]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.sbone.de (Postfix) with ESMTPS id 6F25925D385D; Mon, 26 Sep 2011 12:13:15 +0000 (UTC) Received: from content-filter.sbone.de (content-filter.sbone.de [IPv6:fde9:577b:c1a9:31::2013:2742]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPS id 9594ABD3C38; Mon, 26 Sep 2011 12:13:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at sbone.de Received: from mail.sbone.de ([IPv6:fde9:577b:c1a9:31::2013:587]) by content-filter.sbone.de (content-filter.sbone.de [fde9:577b:c1a9:31::2013:2742]) (amavisd-new, port 10024) with ESMTP id lCQ0DbA-qYIf; Mon, 26 Sep 2011 12:13:13 +0000 (UTC) Received: from orange-en1.sbone.de (orange-en1.sbone.de [IPv6:fde9:577b:c1a9:31:cabc:c8ff:fecf:e8e3]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id 25769BD3C31; Mon, 26 Sep 2011 12:13:13 +0000 (UTC) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: "Bjoern A. Zeeb" In-Reply-To: <201109260705.p8Q75emg060558@svn.freebsd.org> Date: Mon, 26 Sep 2011 12:13:11 +0000 Content-Transfer-Encoding: quoted-printable Message-Id: References: <201109260705.p8Q75emg060558@svn.freebsd.org> To: Neel Natu X-Mailer: Apple Mail (2.1084) Cc: svn-src-projects@freebsd.org, src-committers@freebsd.org 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 12:13:16 -0000 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 >=20 > Log: > Kernel configuration for a bhyve guest. >=20 > Added: > projects/bhyve/sys/amd64/conf/BHYVE >=20 > 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 (empty, because file is newly added) > +++ projects/bhyve/sys/amd64/conf/BHYVE Mon Sep 26 07:05:40 2011 = (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 = page, > +# and/or the handbook section on Kernel Configuration Files: > +# > +# = http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-con= fig.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 = first > +# in NOTES. > +# > +# $FreeBSD: projects/bhyve/sys/amd64/conf/GENERIC 221914 2011-05-14 = 20:35:01Z jhb $ > + > +cpu HAMMER > +ident BHYVE ..... it might make more sense to include GENERIC and use nooptions nodevice = for the things you don't want. Seems to be more common practice. 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 bvmconsole # brain dead simple bvm console > +device bvmdebug # brain dead simple bvm gdb pipe > + > +device mptable > +options NKPT=3D256 --=20 Bjoern A. Zeeb You have to have visions! Stop bit received. Insert coin for new address family.