WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

RE: [Xen-devel] simultaneous domains on startup

To: "Deepak Manohar" <mjdeepak@xxxxxxxxx>, <Xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: RE: [Xen-devel] simultaneous domains on startup
From: "Tian, Kevin" <kevin.tian@xxxxxxxxx>
Date: Sat, 11 Jun 2005 13:41:22 +0800
Delivery-date: Sat, 11 Jun 2005 05:40:37 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcVt1tS2+Kly+U2CTcqrsFyP7VkShAAb9NZw
Thread-topic: [Xen-devel] simultaneous domains on startup
>-----Original Message-----
>From: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
>[mailto:xen-devel-bounces@xxxxxxxxxxxxxxxxxxx] 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

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>