From owner-freebsd-virtualization@FreeBSD.ORG Thu Sep 4 19:44:05 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 9535A10656C7 for ; Thu, 4 Sep 2008 19:44:05 +0000 (UTC) (envelope-from julian@elischer.org) Received: from outC.internet-mail-service.net (outc.internet-mail-service.net [216.240.47.226]) by mx1.freebsd.org (Postfix) with ESMTP id 7F6F68FC1D for ; Thu, 4 Sep 2008 19:44:05 +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 39EFD24A2 for ; Thu, 4 Sep 2008 12:44:05 -0700 (PDT) Received: from julian-mac.elischer.org (localhost [127.0.0.1]) by idiom.com (Postfix) with ESMTP id DBC162D606F for ; Thu, 4 Sep 2008 12:44:04 -0700 (PDT) Message-ID: <48C03A8B.4050607@elischer.org> Date: Thu, 04 Sep 2008 12:44:11 -0700 From: Julian Elischer User-Agent: Thunderbird 2.0.0.16 (Macintosh/20080707) MIME-Version: 1.0 To: FreeBSD virtualization mailing list Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: next vimage commit.. a comment 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: Thu, 04 Sep 2008 19:44:05 -0000 Some have suggested that we change the VNET_ITERLOOP_BEGIN() / VNET_ITERLOOP_END() code, and thinking about this I suggest that we go straight for the final solution of: change: code code code to: FOREACH_VNET(VINET, vnet_inet) { code code code } straight away. and get it over and done with... anyone have thoughts?