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] Grad project transition to masters thesis idea

To: "Jeff Shanab" <jshanab@xxxxxxxxxxxxx>
Subject: Re: [Xen-devel] Grad project transition to masters thesis idea
From: "Niraj Tolia" <ntolia@xxxxxxxxx>
Date: Sat, 2 Sep 2006 23:12:54 -0400
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Sat, 02 Sep 2006 20:13:22 -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:content-transfer-encoding:content-disposition:references; b=p8QQXI/Ce2iCtTuZ9Ax7LeqnFJ6iFbmvYL02DOgmNHWGre6vw8nj8jBp/6zYu245FEedKe88Je8DhUEdRbTadqOzHhT/FSOp0+L5UuhzThM2UZI2sDNukYsSoR9FjFROpysXOlKr97rXQDcDFx1Rzi0Aj93Cj/WUR5RL1D9sU6o=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <44FA18B4.5090402@xxxxxxxxxxxxx>
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>
References: <44FA18B4.5090402@xxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi Jeff,

You might want to look at Xen-GL and Blink. They both virtualize
OpenGL for Xen VMs.

URLs: http://www.cs.toronto.edu/~andreslc/xen-gl/ and
http://www.diku.dk/hjemmesider/ansatte/jacobg/gfx/

Cheers,
Niraj

On 9/2/06, Jeff Shanab <jshanab@xxxxxxxxxxxxx> wrote:
I am starting a Grad class on graphics and planning on turning it into
my masters thesis.  I would like to write a openGL split graphics driver
for zen to allow sharing of accelerated graphics. (without copying large
amounts of data around)

Kind of xgl+xen in domain zero with each pane a seperate domain. I
envision a rotate left right between desktop and a rotate up down
between domains. Not really a cube anymore, but you get the point.   I
have been reading documents on xgl,compviz,xgtk,xegl and xen but I am
not sure if this is possible yet.

What I am thinking is that each opengl context will be "registered" with
the hypervisor and a virtual openGL driver provided in each domain will
serve out xgl for an x server to use. A domain switch is just a eye
point change or opengl context change, what is in the card stays there
between switches.

But... Am i correct in assuming that the driver in domain zero will have
to be made xen aware so that it can determine which domain interupts
from code accesing the card belong to? What I am afraid is that since
the card has a GPU it is like a dual processor system and that there
might not be enough  access to the GPU, that it may need it's own
hypervisor . I don't really know how the GPU's work. Is the code running
in the main CPU or in the GPU, where is that line?

Suggestions, comments?

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



--
http://www.cs.cmu.edu/~ntolia

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

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