[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: |
Alon Levy |
Subject: |
Re: [Qemu-devel] [PATCH] qxl: properly handle upright and non-shared surfaces |
Date: |
Tue, 28 Feb 2012 10:31:33 +0200 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Tue, Feb 28, 2012 at 09:29:38AM +0100, Gerd Hoffmann wrote:
> >> - 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 ...
>
Yeah, I started working on this but didn't finish. I'll try to do it.
> cheers,
> Gerd
>
>