[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH] qxl: properly handle upright and non-shared sur
From: |
Gerd Hoffmann |
Subject: |
Re: [Qemu-devel] [PATCH] qxl: properly handle upright and non-shared surfaces |
Date: |
Tue, 28 Feb 2012 09:29:38 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:10.0.1) Gecko/20120210 Thunderbird/10.0.1 |
>> - dprint(qxl, 1, "%s: stride %d, [%d, %d, %d, %d]\n", __func__,
>> + dprint(qxl, 2, "%s: stride %d, [%d, %d, %d, %d]\n", __func__,
>
> You know 2 is used right now for high frequency stuff, like
> interface_get_command? I think this should be lower. Anyway, not a big
> deal.
/me used '1' for important but infrequent stuff, basically all init ops,
mode switching etc. This can happen quite alot in case you are running
with SDL. Maybe we need not just 1+2 but 1+2+3 levels, with 3 for the
really frequent stuff which will flood the logfiles.
Or even better just turn them all into tracepoints ...
cheers,
Gerd