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

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.