All of lore.kernel.org
 help / color / mirror / Atom feed
* Starting multiple domains at boot?
@ 2010-04-09  4:32 Jeremy Fitzhardinge
  2010-04-09  7:15 ` Keir Fraser
  0 siblings, 1 reply; 2+ messages in thread
From: Jeremy Fitzhardinge @ 2010-04-09  4:32 UTC (permalink / raw)
  To: Keir Fraser, Ian Campbell; +Cc: Xen-devel

Is there any fundimental reason why we can't support starting multiple
domains at boot?  For example, having something like:

title Xen
        root (hd0,1)
        kernel /xen.gz
        module /vmlinuz-dom0
        module /initrd-dom0.img
	module /some-other-domain
	module /other-domains-initrd.img
	module ...
	module ...


(For simplicity's sake, I'd assume that domains are always (kernel,
initrd) pairs, but one could imagine doing something like content
sniffing or magic module parameters ("xen:kernel", "xen:initrd") to
distinguish the module's roles.)

Has someone already done this?

It seems like it would be a straightforward way to deal with essential
early service domains (like a xenstore domain, for example).

Thanks,
    J

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Starting multiple domains at boot?
  2010-04-09  4:32 Starting multiple domains at boot? Jeremy Fitzhardinge
@ 2010-04-09  7:15 ` Keir Fraser
  0 siblings, 0 replies; 2+ messages in thread
From: Keir Fraser @ 2010-04-09  7:15 UTC (permalink / raw)
  To: Jeremy Fitzhardinge, Ian Campbell; +Cc: Xen-devel

On 09/04/2010 05:32, "Jeremy Fitzhardinge" <jeremy@goop.org> wrote:

> (For simplicity's sake, I'd assume that domains are always (kernel,
> initrd) pairs, but one could imagine doing something like content
> sniffing or magic module parameters ("xen:kernel", "xen:initrd") to
> distinguish the module's roles.)
> 
> Has someone already done this?
> 
> It seems like it would be a straightforward way to deal with essential
> early service domains (like a xenstore domain, for example).

It's been thought about at various times in the past. I'm not sure it's
better than having an initial stubdom do it. But either way, discussions
have never led to actual finished patches.

 -- Keir

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-04-09  7:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-09  4:32 Starting multiple domains at boot? Jeremy Fitzhardinge
2010-04-09  7:15 ` Keir Fraser

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.