From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LNacC-0000I0-QH for qemu-devel@nongnu.org; Thu, 15 Jan 2009 17:23:04 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LNacA-0000Gx-Ba for qemu-devel@nongnu.org; Thu, 15 Jan 2009 17:23:04 -0500 Received: from [199.232.76.173] (port=53487 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LNacA-0000Gr-3t for qemu-devel@nongnu.org; Thu, 15 Jan 2009 17:23:02 -0500 Received: from qw-out-1920.google.com ([74.125.92.148]:9153) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LNac9-0004oJ-FP for qemu-devel@nongnu.org; Thu, 15 Jan 2009 17:23:02 -0500 Received: by qw-out-1920.google.com with SMTP id 5so295475qwc.4 for ; Thu, 15 Jan 2009 14:22:58 -0800 (PST) Message-ID: <496FB735.6010807@codemonkey.ws> Date: Thu, 15 Jan 2009 16:22:45 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 3 of 7] DisplayState interface change References: <494AA0D8.60607@eu.citrix.com> In-Reply-To: <494AA0D8.60607@eu.citrix.com> Content-Type: text/plain; charset=UTF-8; format=flowed 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: qemu-devel@nongnu.org Cc: Stefano Stabellini 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? Regards, Anthony Liguori