From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Thibault Subject: Re: [RFC 1/2] Domain Groups - VMM Support Date: Tue, 18 Dec 2007 16:13:01 +0000 Message-ID: <20071218161300.GM4244@implementation.uk.xensource.com> References: <4767EF2F.8040903@tycho.ncsc.mil> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Content-Disposition: inline In-Reply-To: <4767EF2F.8040903@tycho.ncsc.mil> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Chris Cc: xen-devel List-Id: xen-devel@lists.xenproject.org Hello, Chris, le Tue 18 Dec 2007 11:02:55 -0500, a écrit : > @@ -520,7 +523,9 @@ > unsigned long nr_pt_frames; /* Number of bootstrap p.t. frames. */ > unsigned long mfn_list; /* VIRTUAL address of page-frame list. */ > unsigned long mod_start; /* VIRTUAL address of pre-loaded module. */ > + /* or VIRTUAL address of module_t array */ > unsigned long mod_len; /* Size (bytes) of pre-loaded module. */ > + /* or length of module_t array. */ > int8_t cmd_line[MAX_GUEST_CMDLINE]; > }; > typedef struct start_info start_info_t; It looks like this doesn't belong to the patch. However, I'm interested in this for the GNU/Mach Xen support, where we would need to have several modules, with several command lines. Could you give more details? Samuel