From owner-freebsd-current@FreeBSD.ORG Thu Feb 28 15:46:40 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A67D51065673 for ; Thu, 28 Feb 2008 15:46:40 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3C38D8FC12; Thu, 28 Feb 2008 15:46:39 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <47C6D75E.206@FreeBSD.org> Date: Thu, 28 Feb 2008 16:46:38 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.12 (Macintosh/20080213) MIME-Version: 1.0 To: =?UTF-8?B?RGFnLUVybGluZyBTbcO4cmdyYXY=?= References: <47C39948.3080907@elischer.org> <200802280343.57576.zec@icir.org> <86tzjt1ar3.fsf@ds4.des.no> <200802281531.28052.zec@icir.org> <86zltlyuc2.fsf@ds4.des.no> In-Reply-To: <86zltlyuc2.fsf@ds4.des.no> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: Marko Zec , Julian Elischer , FreeBSD Current Subject: Re: warning of pending commit attempt. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2008 15:46:40 -0000 Dag-Erling Smørgrav wrote: > Marko Zec writes: >> Actually the patch provides certain level of support for virtualizing >> leaf sysctl nodes. So far I have only introduced macros for methods / >> data types that I've found necessary to virtualize, such as >> SYSCTL_V_OID, SYSCTL_V_STRING, SYSCTL_V_INT, and SYSCTL_V_PROC. [...] > > Thanks, this is exactly what I was looking for. Now all we need is a > way to start a vimage with hw.machine and hw.machine_arch set to a > vimage-specific value... also kern.osrelease and kern.osreldate please :) Kris