|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [RFC 1/2] Domain Groups - VMM Support
On Dec 18, 2007, at 11:13 AM, Samuel Thibault wrote:
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,
You're right, those comments snuck in from another project. An
interest of our team is domain decomposition. Members of the team
created a domain builder separate from dom0 (conceptually similar to
Derek Murray's recent project based on Rolf Neugebauer's "initial
domains" patch) that accepts grub modules as input. So, your
suspicion is correct that the comments don't belong in this patch and
are related to modifications used to accommodate several modules and
command line arguments.
Thanks for catching my mistake. I also welcome such an attentive
critique of the proposed grouping functionality. :)
Cheers,
Chris
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|