* simultaneous domains on startup
@ 2005-06-10 16:09 Deepak Manohar
0 siblings, 0 replies; 2+ messages in thread
From: Deepak Manohar @ 2005-06-10 16:09 UTC (permalink / raw)
To: Xen-devel
Hi all,
In xen-3.0-devel is construct_dom0 in xen/arch/x86/domain_build.c the
function that starts up domain0?
Would it be possible to call this function again -- to startup
another doman, provided the two domains do not share any resources?
Is there anyway to start two domains simultaneously from the
hypervisor and not using xend? what would be the work involved to do
this?
thanks
deepak
^ permalink raw reply [flat|nested] 2+ messages in thread
* RE: simultaneous domains on startup
@ 2005-06-11 5:41 Tian, Kevin
0 siblings, 0 replies; 2+ messages in thread
From: Tian, Kevin @ 2005-06-11 5:41 UTC (permalink / raw)
To: Deepak Manohar, Xen-devel
>-----Original Message-----
>From: xen-devel-bounces@lists.xensource.com
>[mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of Deepak
>Manohar
>Sent: Saturday, June 11, 2005 12:09 AM
>
>Hi all,
>
> In xen-3.0-devel is construct_dom0 in xen/arch/x86/domain_build.c the
>function that starts up domain0?
>
> Would it be possible to call this function again -- to startup
>another doman, provided the two domains do not share any resources?
>
> Is there anyway to start two domains simultaneously from the
>hypervisor and not using xend? what would be the work involved to do
>this?
>
>thanks
>Deepak
You can, but not sure the necessity. :) The steps to construct domain 0
and other domains are completely different. Domain 0 is privileged one
with knowledge about physical resources, which has to be constructed by
XEN. However all resources of other domains are virtualized, including
memory size, address hierarchy, devices, etc. The policy of how other
domains are constructed is left for system administrator in Domain 0 to
decide and configure. Current control panel is such perfect example.
We'd better not introduce that complexity into xen.
Simply saying the possibility in code level. Yes, someone already made
that experiment. Dan used to clone many copies of domain 0 in XEN to
test robust of domain switch on XEN/IA64. But, that's just for test
purpose. :)
Thanks,
Kevin
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-06-11 5:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-10 16:09 simultaneous domains on startup Deepak Manohar
-- strict thread matches above, loose matches on Subject: below --
2005-06-11 5:41 Tian, Kevin
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.