* [Qemu-devel] VNC encoding ZLibHex?
@ 2010-05-18 10:15 Peter Lieven
2010-05-18 11:37 ` Corentin Chary
2010-05-18 13:44 ` Anthony Liguori
0 siblings, 2 replies; 7+ messages in thread
From: Peter Lieven @ 2010-05-18 10:15 UTC (permalink / raw)
To: qemu-devel
Hi,
has someone enough background to say if it was worth implementing
ZLibHex encoding
to qemu/kvm?
If yes, I would go for that.
BR,
Peter
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] VNC encoding ZLibHex?
2010-05-18 10:15 [Qemu-devel] VNC encoding ZLibHex? Peter Lieven
@ 2010-05-18 11:37 ` Corentin Chary
2010-05-18 12:01 ` Peter Lieven
2010-05-18 13:44 ` Anthony Liguori
1 sibling, 1 reply; 7+ messages in thread
From: Corentin Chary @ 2010-05-18 11:37 UTC (permalink / raw)
To: Peter Lieven; +Cc: qemu-devel
On Tue, May 18, 2010 at 12:15 PM, Peter Lieven <pl@dlh.net> wrote:
> Hi,
>
> has someone enough background to say if it was worth implementing ZLibHex
> encoding
> to qemu/kvm?
>
> If yes, I would go for that.
>
> BR,
> Peter
The best way to know it would be to setup a vnc server with zlibhex
support (libvncserver and ultravnc seems to support that encoding) and
get some numbers (you can choose the prefered encoding with most of
the vnc clients).
--
Corentin Chary
http://xf.iksaif.net
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] VNC encoding ZLibHex?
2010-05-18 11:37 ` Corentin Chary
@ 2010-05-18 12:01 ` Peter Lieven
2010-05-18 12:16 ` Corentin Chary
0 siblings, 1 reply; 7+ messages in thread
From: Peter Lieven @ 2010-05-18 12:01 UTC (permalink / raw)
To: Corentin Chary; +Cc: qemu-devel
is there any standard tests that can be run for comparing
different encodings? i am not familiar whit that unfortunately.
br,
peter
Corentin Chary wrote:
> The best way to know it would be to setup a vnc server with zlibhex
> support (libvncserver and ultravnc seems to support that encoding) and
> get some numbers (you can choose the prefered encoding with most of
> the vnc clients).
>
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] VNC encoding ZLibHex?
2010-05-18 10:15 [Qemu-devel] VNC encoding ZLibHex? Peter Lieven
2010-05-18 11:37 ` Corentin Chary
@ 2010-05-18 13:44 ` Anthony Liguori
2010-05-18 13:47 ` Peter Lieven
1 sibling, 1 reply; 7+ messages in thread
From: Anthony Liguori @ 2010-05-18 13:44 UTC (permalink / raw)
To: Peter Lieven; +Cc: qemu-devel
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
> If yes, I would go for that.
>
> BR,
> Peter
>
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] VNC encoding ZLibHex?
2010-05-18 13:44 ` Anthony Liguori
@ 2010-05-18 13:47 ` Peter Lieven
2010-05-18 13:56 ` Anthony Liguori
0 siblings, 1 reply; 7+ messages in thread
From: Peter Lieven @ 2010-05-18 13:47 UTC (permalink / raw)
To: Anthony Liguori; +Cc: qemu-devel
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?
regards,
peter
>
>> If yes, I would go for that.
>>
>> BR,
>> Peter
>>
>>
>
>
--
Mit freundlichen Grüßen/Kind Regards
Peter Lieven
..........................................................................................................
KAMP Netzwerkdienste GmbH
Vestische Str. 89-91 | 46117 Oberhausen
Tel: +49 (0) 208.89 402-50 | Fax: +49 (0) 208.89 402-40
mailto:pl@kamp.de | http://www.kamp.de
Geschäftsführer: Heiner Lante | Michael Lante
Amtsgericht Duisburg | HRB Nr. 12154
USt-Id-Nr.: DE 120607556
.........................................................................................................
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] VNC encoding ZLibHex?
2010-05-18 13:47 ` Peter Lieven
@ 2010-05-18 13:56 ` Anthony Liguori
0 siblings, 0 replies; 7+ messages in thread
From: Anthony Liguori @ 2010-05-18 13:56 UTC (permalink / raw)
To: Peter Lieven; +Cc: qemu-devel
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
>>>
>>>
>>
>>
>
>
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2010-05-18 13:56 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-18 10:15 [Qemu-devel] VNC encoding ZLibHex? Peter Lieven
2010-05-18 11:37 ` Corentin Chary
2010-05-18 12:01 ` Peter Lieven
2010-05-18 12:16 ` Corentin Chary
2010-05-18 13:44 ` Anthony Liguori
2010-05-18 13:47 ` Peter Lieven
2010-05-18 13:56 ` Anthony Liguori
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).