From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Stabellini Subject: [PATCH 0 of 13] DisplayState changes Date: Mon, 2 Mar 2009 17:13:06 +0000 Message-ID: <49AC13A2.6090002@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel List-Id: xen-devel@lists.xenproject.org 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