From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KZ0oB-00024F-9f for qemu-devel@nongnu.org; Fri, 29 Aug 2008 06:02:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KZ0o9-00022j-Po for qemu-devel@nongnu.org; Fri, 29 Aug 2008 06:02:22 -0400 Received: from [199.232.76.173] (port=59191 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KZ0o8-00021q-HN for qemu-devel@nongnu.org; Fri, 29 Aug 2008 06:02:20 -0400 Received: from smtp.ctxuk.citrix.com ([62.200.22.115]:32609 helo=SMTP.EU.CITRIX.COM) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KZ0o6-0008OI-AI for qemu-devel@nongnu.org; Fri, 29 Aug 2008 06:02:18 -0400 Received: from samy by implementation.famille.thibault.fr with local (Exim 4.69) (envelope-from ) id 1KZ0o3-0001b7-19 for qemu-devel@nongnu.org; Fri, 29 Aug 2008 12:02:15 +0200 Date: Fri, 29 Aug 2008 11:02:15 +0100 From: Samuel Thibault Subject: Re: [Qemu-devel] [PATCH 0 of 3] vnc and vga improvements Message-ID: <20080829100215.GA5946@implementation.uk.xensource.com> References: <48B6C8FB.9090106@eu.citrix.com> <48B7057B.2050203@codemonkey.ws> <48B7C6A7.2050706@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <48B7C6A7.2050706@redhat.com> 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 Gerd Hoffmann, le Fri 29 Aug 2008 11:51:35 +0200, a écrit : > Looking at the patches, it seems buffer sharing is optional already > (usage depending on the color depth right now it seems). Yes, and because of other things, like text mode :) Samuel