From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=43297 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OENHU-0008Ep-RO for qemu-devel@nongnu.org; Tue, 18 May 2010 09:56:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OENHT-0002QZ-3P for qemu-devel@nongnu.org; Tue, 18 May 2010 09:56:24 -0400 Received: from mail-qy0-f173.google.com ([209.85.221.173]:46022) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OENHT-0002QS-0g for qemu-devel@nongnu.org; Tue, 18 May 2010 09:56:23 -0400 Received: by qyk4 with SMTP id 4so1647585qyk.18 for ; Tue, 18 May 2010 06:56:22 -0700 (PDT) Message-ID: <4BF29C82.7040908@codemonkey.ws> Date: Tue, 18 May 2010 08:56:18 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] VNC encoding ZLibHex? References: <4BF268B5.6080708@dlh.net> <4BF299BB.8020806@codemonkey.ws> <4BF29A73.8090209@dlh.net> In-Reply-To: <4BF29A73.8090209@dlh.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Lieven Cc: qemu-devel@nongnu.org On 05/18/2010 08:47 AM, Peter Lieven wrote: > Anthony Liguori wrote: >> On 05/18/2010 05:15 AM, Peter Lieven wrote: >>> Hi, >>> >>> has someone enough background to say if it was worth implementing >>> ZLibHex encoding >>> to qemu/kvm? >> >> The way I look at it, hextile is capable of a 16x16 tile that can be >> raw, filled, or can contain colored subrects. >> >> Tight allows arbitrary tile size, can be raw, filled, or paletted. >> Paletted is going to be a pretty close approximation to colored >> subrects (probably superior). Since Tight is compressed, the result >> should be that Tight always does better than compressed hextile. >> >> Not to mention the fact that ZLibHex is not supported very well >> across clients. >> >> Regards, >> >> Anthony Liguori > i was not aware that tight encoding is currently being integrated into > qemu. i saw it on the agenda for google summer of code and wanted > to have some intermediate solution. when do you think the tight > patches will make it into the release branch? Looks like a matter of a few days to make it into git. That will be in time for the 0.13 release which will probably be July 1st. Regards, Anthony Liguori > regards, > peter >> >>> If yes, I would go for that. >>> >>> BR, >>> Peter >>> >>> >> >> > >