From owner-freebsd-virtualization@FreeBSD.ORG Mon Jun 30 16:48:19 2008 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B34551065671 for ; Mon, 30 Jun 2008 16:48:19 +0000 (UTC) (envelope-from julian@elischer.org) Received: from outZ.internet-mail-service.net (outz.internet-mail-service.net [216.240.47.249]) by mx1.freebsd.org (Postfix) with ESMTP id 9B0868FC18 for ; Mon, 30 Jun 2008 16:48:19 +0000 (UTC) (envelope-from julian@elischer.org) Received: from idiom.com (mx0.idiom.com [216.240.32.160]) by out.internet-mail-service.net (Postfix) with ESMTP id 5D442236A; Mon, 30 Jun 2008 09:48:19 -0700 (PDT) Received: from julian-mac.elischer.org (localhost [127.0.0.1]) by idiom.com (Postfix) with ESMTP id DC6392D6016; Mon, 30 Jun 2008 09:48:18 -0700 (PDT) Message-ID: <48690E63.3060309@elischer.org> Date: Mon, 30 Jun 2008 09:48:35 -0700 From: Julian Elischer User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: "Bjoern A. Zeeb" References: <20080630082647.H83875@maildrop.int.zabbadoz.net> In-Reply-To: <20080630082647.H83875@maildrop.int.zabbadoz.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-virtualization@freebsd.org Subject: Re: vimage status? X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jun 2008 16:48:19 -0000 Bjoern A. Zeeb wrote: > Hi, > > I think a lot of us lost track on the current state. So I have a few > questions: > > 1) there are almost half a dozen p4 branches now, can you (maybe on > the wiki) put up a description for which stage each branch is for and > the current state (with a date) and keep this updated? I have doc explaining this that I sent to silby. I'll put it on the wiki if I can. > > 2) What is the current state of stage 1? Is there a script+patch for > (non p4 people) to download and point at/review? What is the plan for > committing? 1 day, 2 days, 1 week, 2 weeks? Just roughly. I know it's > sooner than later but just to give people an idea as I haven't seen > any review requests so far. stage 1 is currently as you see it in the vimage-commit2 branch as of friday it was good, but an MFC over the weekend broke a few things..(the pain of following -current in a branch) The branch "vimage-commit3" is an alternate commit candidate that contains more stuff that also goes to NULL (nut more than was agreed to in the meeting). The reason that we might include the extra stuff is that it reduces the size of the remaining diff considerably and makes it easier to see the 'real' diffs that are to follow. > > 3) A few of us had started a review the entire thing and had been told > to `wait' for some cleanup to happen? Has this happened? Is there a > new patch on the entire work that would be ready for review? Which > branch to use to commit changes to (or rather send patches)? I am working a couple of days a week on trying to separate out the diffs to the stage where we can do what we were asked to do. in doing so I have come across some issues that may require some clarification and work. So I'm pushing back the commits "indefinitley" until we can get enough time to clean/address these issues. it's still probably worth reading the base vimage files i.e. kern_vimage.c and sys/vimage.h regardless of whether we are cleaning. > > 4) Some of us had tried to get vimage to boot and failed. Should we > give it a try again? Which patch/branch? The 'vimage' branch is the one to try as it is the 'final product' however since my MFC on Sunday it is probably broken. (the price of following -current) > > > Bjoern >