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] [RFC] Xen Virtual Framebuffer

To: John Byrne <john.l.byrne@xxxxxx>
Subject: Re: [Xen-devel] [RFC] Xen Virtual Framebuffer
From: Anthony Liguori <aliguori@xxxxxxxxxx>
Date: Tue, 06 Dec 2005 14:52:44 -0600
Cc: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Tue, 06 Dec 2005 20:53:19 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <4395F782.2070608@xxxxxx>
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: <4395F782.2070608@xxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla Thunderbird 1.0.7 (X11/20051013)
John Byrne wrote:

Anthony,

Looking at Xen from the perspective of managing a farm of machines, what I want is a single method for remotely accessing the console/graphics for a guest domain, regardless of whether the domain is PV/VT.

Yes, this is what the driving use-case for me has been. I've done a lot of experiment with various VNC methods until I settled on this as the best approach.

(A method of connect a VNC client to dom0 port 5900 + domid would be just fine. [From the code, this seems to be way qemu does it for VNC.]) The current model of "xm console" and Xvnc for PV domains is annoying. Unless, I am misunderstanding what you are doing, once you add the VNC support, your work provides what I want.

Yes, that's the goal.

So, what are the prospects of getting it finished and in, in the near future? Is there any chance of getting it into the 3.0.x code base?

The first step is to get the local display stuff working. Then we can look at integrating that in Xen. I have a Task list on the wiki and it's not really that much more work.

The second step is proof-of-concept VNC support which will probably be with libvncserver. The display will be sluggish but it will be a start.

The final step would be to implement an accelerated X driver so that we could get the high-level operations info (CopyRect for window dragging, hw cursor, etc.) and then we can implement an efficient VNC server.

As for what goes into Xen when, that's up to Ian. This is of course pretty early though so it's probably premature to really ask that until there's more progress made and some more discussion.

Regards,

Anthony Liguori

Thanks,

John Byrne









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

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