qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 14/15] vnc: tight: tweak adaptive tight setting


From: Corentin Chary
Subject: Re: [Qemu-devel] [PATCH 14/15] vnc: tight: tweak adaptive tight settings
Date: Wed, 11 Aug 2010 15:17:03 +0200

On Wed, Aug 11, 2010 at 3:06 PM, Chris Krumme
<address@hidden> wrote:
> Hello Corentin,
>
> On 08/11/2010 12:49 AM, Corentin Chary wrote:
>>
>> The force_jpeg threshold was too low.
>>
>> Signed-off-by: Corentin Chary<address@hidden>
>> ---
>>  qemu-thread.c      |    1 +
>>  ui/vnc-enc-tight.c |   20 ++++++++++----------
>>  2 files changed, 11 insertions(+), 10 deletions(-)
>>
>> diff --git a/qemu-thread.c b/qemu-thread.c
>> index fbc78fe..4094c51 100644
>> --- a/qemu-thread.c
>> +++ b/qemu-thread.c
>> @@ -22,6 +22,7 @@
>>  static void error_exit(int err, const char *msg)
>>  {
>>      fprintf(stderr, "qemu: %s: %s\n", msg, strerror(err));
>> +    char *p = NULL; *p = 1;
>>
>
> I do not believe this is the official way to do an assert.  It is also not
> documented in the change comments.
>
> Thanks
>
> Chris

Ooops .. that sould not be in the patch, it was only a test... I'll
re-send it tomorow, sorry for that :/.

-- 
Corentin Chary
http://xf.iksaif.net



reply via email to

[Prev in Thread] Current Thread [Next in Thread]