From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LNmhZ-0005mz-2t for qemu-devel@nongnu.org; Fri, 16 Jan 2009 06:17:25 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LNmhX-0005lX-2U for qemu-devel@nongnu.org; Fri, 16 Jan 2009 06:17:23 -0500 Received: from [199.232.76.173] (port=35994 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LNmhU-0005lP-Ak for qemu-devel@nongnu.org; Fri, 16 Jan 2009 06:17:20 -0500 Received: from smtp.ctxuk.citrix.com ([62.200.22.115]:5535 helo=SMTP.EU.CITRIX.COM) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LNmhU-00004z-2I for qemu-devel@nongnu.org; Fri, 16 Jan 2009 06:17:20 -0500 Message-ID: <49706C6F.7020906@eu.citrix.com> Date: Fri, 16 Jan 2009 11:15:59 +0000 From: Stefano Stabellini MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 3 of 7] DisplayState interface change References: <494AA0D8.60607@eu.citrix.com> <496FB735.6010807@codemonkey.ws> In-Reply-To: <496FB735.6010807@codemonkey.ws> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org Anthony Liguori wrote: > Stefano Stabellini wrote: >> This patch changes the DisplayState interface adding support for >> multiple frontends at the same time (sdl and vnc) and implements most >> of the benefit of the shared_buf patch without the added complexity. >> > > This breaks screenshot. It's almost certainly my fault as the patch > failed to apply. My attempt to fix appeared to not be successful. Can > you take a look at it Stefano? > Sure.