From owner-freebsd-virtualization@FreeBSD.ORG Mon Aug 25 08:23:50 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 CD77F1065674; Mon, 25 Aug 2008 08:23:50 +0000 (UTC) (envelope-from prvs=julian=116e64fa9@ironport.com) Received: from smtp2-outbound.ironport.com (smtp2-outbound.ironport.com [63.251.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id AEAE78FC15; Mon, 25 Aug 2008 08:23:50 +0000 (UTC) (envelope-from prvs=julian=116e64fa9@ironport.com) DomainKey-Signature: s=key512; d=ironport.com; c=nofws; q=dns; h=Received:Message-ID:Date:From:User-Agent:MIME-Version:To: Subject:Content-Type; b=XGoDHve+g8bDreg1B9UqWCOzQ15s+qkFtZJlDQVdAREVb7eg594eK4iH kuv+vZYWEdSqXiJ2aruS94Ass3Fpbw==; DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=ironport.com; i=julian@ironport.com; q=dns/txt; s=ironport-dkim; t=1219652632; x=1251188632; h=from:sender:reply-to:subject:date:message-id:to:cc: mime-version:content-transfer-encoding:content-id: content-description:resent-date:resent-from:resent-sender: resent-to:resent-cc:resent-message-id:in-reply-to: references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:list-owner:list-archive; z=From:=20Julian=20Elischer=20 |Subject:=20progress=20toward=20next=20commit.|Date:=20Mo n,=2025=20Aug=202008=2000:55:12=20-0700|Message-ID:=20<48 B26560.4090303@ironport.com>|To:=20freebsd-virtualization @freebsd.org,=20=0D=0A=20"Bjoern=20A.=20Zeeb"=20,=0D=0A=20Marko=20Zec=20|MIME-Version:=201.0; bh=o0QKQmyZX8Uy5IKqdnaL4ORtKB8XWNoGRQ2wU6VzVd0=; b=CmsmbciSEr4wg7pJlcY0r+/mmp33P3p6wSp764RP9ft26WTIbulGwPTL 6QbBrYa6RKRtlJ0gAy8peiP7h8A5kw==; Received: from unknown (HELO julian-mac.elischer.org) ([10.251.60.54]) by smtp2-outbound.ironport.com with ESMTP; 25 Aug 2008 00:55:13 -0700 Message-ID: <48B26560.4090303@ironport.com> Date: Mon, 25 Aug 2008 00:55:12 -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: multipart/mixed; boundary="------------030209060401020102080201" X-Mailman-Approved-At: Mon, 25 Aug 2008 08:27:44 +0000 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 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:23:50 -0000 This is a multi-part message in MIME format. --------------030209060401020102080201 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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... :-) regards Julian. --------------030209060401020102080201--