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] [PATCH 0 of 13] DisplayState changes

To: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH 0 of 13] DisplayState changes
From: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>
Date: Mon, 2 Mar 2009 17:13:06 +0000
Delivery-date: Mon, 02 Mar 2009 09:21:00 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 2.0.0.14 (X11/20080505)
Hi all,
this patch series imports from qemu mainstream the recent DisplayState
interface changes.
The new interface allows to have multiple frontends running at the same
time (vnc and sdl), however this series does not enable it in xend yet.
Most of the patches are just backports from qemu mainstream, adapted to
qemu-xen whenever was necessary.
The last two patches are not in qemu mainstream yet:

- patch 12 of 13 deals with changes to the xenfb frontend and backend;

- patch 13 of 13 introduces a DisplaySurface allocator interface that
allows display frontends (like xenfbfront and sdl) to provide the
DisplaySurface buffer to graphic devices whenever necessary.
Currently it is used only by xenfbfront but it is also useful for sdl.

Cheers,

Stefano Stabellini

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH 0 of 13] DisplayState changes, Stefano Stabellini <=