From mboxrd@z Thu Jan 1 00:00:00 1970 From: Magnus Carlsson Subject: Re: [PATCH] Passing multiple modules to Domain0 Date: Mon, 21 Apr 2008 19:48:23 -0700 Message-ID: <480D51F7.9060704@galois.com> References: <480CDDC6.4080003@galois.com> <20080421213158.GD6127@implementation> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <20080421213158.GD6127@implementation> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Samuel Thibault , Magnus Carlsson , xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Samuel Thibault wrote: > Magnus Carlsson, le Mon 21 Apr 2008 11:32:38 -0700, a =E9crit : >> The argument "multimodules" is also passed on to Domain0, so that it >> can know how to interpret mod_start and mod_len in start_info_t. >=20 > I proposed to use an SIF_something in the "flags" member of start_info_= t > instead. Sounds like a good idea! Magnus >=20 > Samuel