From owner-p4-projects@FreeBSD.ORG Sun Jul 6 07:44:42 2008 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id BCC291065676; Sun, 6 Jul 2008 07:44:42 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8056C106564A for ; Sun, 6 Jul 2008 07:44:42 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 69BDA8FC0A for ; Sun, 6 Jul 2008 07:44:42 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m667igSN072429 for ; Sun, 6 Jul 2008 07:44:42 GMT (envelope-from julian@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m667igbh072427 for perforce@freebsd.org; Sun, 6 Jul 2008 07:44:42 GMT (envelope-from julian@freebsd.org) Date: Sun, 6 Jul 2008 07:44:42 GMT Message-Id: <200807060744.m667igbh072427@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to julian@freebsd.org using -f From: Julian Elischer To: Perforce Change Reviews Cc: Subject: PERFORCE change 144760 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jul 2008 07:44:43 -0000 http://perforce.freebsd.org/chv.cgi?CH=144760 Change 144760 by julian@julian_trafmon1 on 2008/07/06 07:43:58 Add a note I forgot about Affected files ... .. //depot/projects/vimage/porting_to_vimage.txt#2 edit Differences ... ==== //depot/projects/vimage/porting_to_vimage.txt#2 (text+ko) ==== @@ -51,10 +51,14 @@ required for the module to stash away the virtual machine instance somewhere, and make associated changes in the code. +5/ Add the code described below to the files that make up the module + Details: +(temp. for module FOO add a definition for VNET_MOD_FOO in sys/vimage.h) + Symbols defined in other modules that have been virtualised will have been moved to a module-specific virtualisation structure. It will be defined in a .h file for just this purpose. If a module will never export virtualise