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-users

Re: [Xen-users] xen and smp

To: Mark Williamson <mark.williamson@xxxxxxxxxxxx>
Subject: Re: [Xen-users] xen and smp
From: Shahzad Chohan <shahzad.chohan@xxxxxxxxx>
Date: Thu, 4 Aug 2005 10:24:58 +0100
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Thu, 04 Aug 2005 09:23:24 +0000
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=TwkQeQK/mbhh1PUHIMCg14eNpvFy3GWIBMcLpxAj1B75qDS+jqOrCs64TfNK7oaAdwOgS+BX8tPyHehtkm0xNaS5CIgWaL1gIJ+haYQDvdPFabVc1ndku8bxatrmgmEYADbniackQkSa5LFNxTeOsXOoHLyPTyHVBc7x8b3ExCQ=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <200508040048.33596.mark.williamson@xxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <36967cc9050803073241e6d28c@xxxxxxxxxxxxxx> <200508040048.33596.mark.williamson@xxxxxxxxxxxx>
Reply-to: Shahzad Chohan <shahzad.chohan@xxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
On 8/4/05, Mark Williamson <mark.williamson@xxxxxxxxxxxx> wrote:
> > I noticed that the xen has support for smp in the xen0 kernel. However
> > once I boot up with it I can only see 1 cpu. I understand this to be
> > that xen0 is a guest within xen, but what does this actully mean,
> > where is xen in realtion to the xen0 kernel?
> 
> Xen lives under *everything* in the system.  It is responsible for sharing CPU
> and memory between *all* domains, including dom0.  Although dom0 controls IO
> devices and Xen's control interface, it's still Xen itself that sits at the
> lowest layer and manages sharing.
> 
> Xen 2.0.x:
> * Domains (including dom0) can only run on one CPU.
> * Xen can handle multiple CPUs, so by running multiple domains you can still
> use all your CPUs.
> 
> Xen 3.0:
> * Domains can run on multiple CPUs.  This can be more or less than the number
> of real CPUs.
> * Dom0 must boot initially on the number of CPUs in the machine, although I
> believe it can subsequentially relinquish them.
> * Xen is SMP and responsible for the low-level time sharing of the real CPUs
> between virtual CPUs running on them.
> 
> Cheers,
> Mark
> 
Thanks for that Mark

It's made things clearer. I'm just writing a simple document about xen
and how to install it, and this aspect came up. Looks a lot clearer
now.

Thanks
Shahzad

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

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