From owner-freebsd-virtualization@FreeBSD.ORG Mon Aug 25 08:03:06 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 AE93D1065676 for ; Mon, 25 Aug 2008 08:03:06 +0000 (UTC) (envelope-from julian@elischer.org) Received: from outM.internet-mail-service.net (outm.internet-mail-service.net [216.240.47.236]) by mx1.freebsd.org (Postfix) with ESMTP id 6D22E8FC13 for ; Mon, 25 Aug 2008 08:03:06 +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 9CEAE2355; Mon, 25 Aug 2008 01:03:22 -0700 (PDT) Received: from julian-mac.elischer.org (localhost [127.0.0.1]) by idiom.com (Postfix) with ESMTP id AE3152D6016; Mon, 25 Aug 2008 01:03:05 -0700 (PDT) Message-ID: <48B26739.1080504@elischer.org> Date: Mon, 25 Aug 2008 01:03:05 -0700 From: Julian Elischer User-Agent: Thunderbird 2.0.0.16 (Macintosh/20080707) MIME-Version: 1.0 To: freebsd-virtualization@freebsd.org, "Bjoern A. Zeeb" , Marko Zec Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: progress toward next commit. 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, 25 Aug 2008 08:03:06 -0000 As those of you who have been following will know, the next commit should be a bunch of macros that don't actually do anything without VIMAGE defined but clutter up the diff tremendously. I had 2 branches that were used to generate this diff and I have now moved all the changes from them to the branch "vimage-commit2" (our commit staging area). The branches "vimage-commit" and "vimage-commit3" should be considered dead for now.. I will remmove them as soon as I can. the branch vimage-commit2 contains my current candidate for commit. It has not been verified or reviewed by anyone else yet and I'm still working on it, so I expect changes. to view the diffs against -current look at: http://www.freebsd.org/~julian/commit2.diff to view the remaining diffs required to get to a working vimage system see: http://www.freebsd.org/~julian/meat.diff These can be generated in the base of the vimage-commit2 branch by the perl scripts makediff.pl and makemeat.pl respectively. The meat diff shows what the vimage patch looks like after all these 'clutter' changes have been removed, leaving the 'meat' of the diff. i.e. things that are really interesting, and need review. I have some cleaning up to do still as for example the contents of vnetgraph.h can also be found in netgraph.h. One of them should go away. similar things can be found elsewhere, but it's late and I need to go to bed... :-) (also marko, it looks as if there is still some vcpu in vimage branch.. look in the 'meat' diff.) regards Julian.