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

[Xen-devel] domain creation

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] domain creation
From: "Assem Bsoul" <asem.bsoul@xxxxxxxxx>
Date: Tue, 23 Oct 2007 14:28:54 -0400
Delivery-date: Tue, 23 Oct 2007 11:29:36 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=g7mFSGIK6DzwSBdnHBpZ0aOqkGfL6l4FCWTWciF9XHw=; b=csItkaMTATxoz9sC1dOeTpYTHpBm5i2vSVL9xJlPf7Y5gN91VOfRzBi30NJ2dvLEV7rONSZGqshr8E9dNdUDBoq8XYeedRu85Flv16xQvtcjZnByx8b1kBz5XkyXiH/3TzY7ajt7f1xXLyIV9vzo6hYgfKKOU8SwZimK5Ze0x00=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=I1jgR8wogfPNtwbhiHfcOkdlZ4iFDah3o1rlEP92AaLcWyCrWINJzcAmIAe8fjJed5rpJYz2q5oooZm37ITG9XrWoo3EiUwMrurcohcdqT6EKllAvyJ6/vPQOgv+ZVZAgaQS4RSv18ylGk2GqDLhMyc0GQS1PbpOGiIYZxlj0OU=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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
Hi,

I am reading the source code for Xen, specifically the scheduler code. Now I am trying to figure out how the vcpus are created for the domain, because when I came to the function alloc_idle_vcpu() in common/domain.c, I found that it has calls to the domain_create() and alloc_vcpu() functions, which made me confused. Please post some information if you have an idea about what is going there for vcpu creation. Details are highly appreciated.

Thanks
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>