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] A few questions

To: "Petersson, Mats" <Mats.Petersson@xxxxxxx>
Subject: Re: [Xen-users] A few questions
From: tsuraan <tsuraan@xxxxxxxxx>
Date: Wed, 13 Sep 2006 15:17:56 -0500
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Wed, 13 Sep 2006 13:18:40 -0700
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=CJq0ng1OBN4yVxoiGDnggHxTrs8cniN7xn/XKnSVssn227cBqXYYENMhhHJZFoVS7KFYPpLuB5Ets/zQOLSBn6BbV6PdmOM/MBrAh/7oMNcG/ZD12U2e1j3p68i2lBJTPPmU3uzKyhGuSdNmnDRBow9ou7KVhOAadHVFmM9upi0=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <907625E08839C4409CE5768403633E0BA7FF04@xxxxxxxxxxxxxxxxx>
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: <84fb38e30609130749h70b2502ar6fa735c680b3e6bd@xxxxxxxxxxxxxx> <907625E08839C4409CE5768403633E0BA7FF04@xxxxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Currently, Xen doesn't support any direct hardware access from fully virtualized domains [aka HVM domain => AMD-V (SVM, Pacificia) or VMX (Intel VT, Vanderpool, etct)].
 
If there was support for IOMMU in Xen (and in hardware), and the relevant software architecture to support it is present, then in theory you could pass the entire hardware component to the HVM domain. This means the netire nVidia/ATI/3DLabs/S3/etc graphics card, not a window thereof. To get a window, you need some software to manage it, and it would be easiest to implement that as a paravirtual driver that sends drawing commands to the owner of the actual hardware (Dom0 usually).
 
Migration of fully virtualized domains is also not yet supported. Only way to do that is a full shutdown and startup in the new location. There is work in progress for this, initially to save/restore the domain, which is "slow migration [but faster than shutdown+start]".


Ok, so having a pacifica CPU doesn't magically give me everything that running a cooperative linux guest kernel gives me.  That makes sense.  Thanks!

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