From mboxrd@z Thu Jan 1 00:00:00 1970 From: Deepak Manohar Subject: simultaneous domains on startup Date: Fri, 10 Jun 2005 09:09:23 -0700 Message-ID: Reply-To: Deepak Manohar Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org 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