Re: [Qemu-devel] [PATCHv3] qxl: update and add debug prints

2011-06-29 Thread Gerd Hoffmann
Hi, Hmm, this looks pretty much like something added to debug a specific issue, not something useful for tracing in general ... ok. can you just drop it from the queue so I can avoid sending a v4? Pushed a new bz700134 branch version with bits cherry-picked, just resend anything which isn

Re: [Qemu-devel] [PATCHv3] qxl: update and add debug prints

2011-06-29 Thread Alon Levy
On Wed, Jun 29, 2011 at 03:01:30PM +0200, Gerd Hoffmann wrote: > Hi, > > >-dprint(d, 1, "%s: done\n", __FUNCTION__); > >+dprint(d, 1, "%s: done (num_free_res %d, %p)\n", __FUNCTION__, > >+d->num_free_res, d->last_release); > > > case QXL_IO_RESET: > >-dprint(d, 1, "

Re: [Qemu-devel] [PATCHv3] qxl: update and add debug prints

2011-06-29 Thread Gerd Hoffmann
Hi, -dprint(d, 1, "%s: done\n", __FUNCTION__); +dprint(d, 1, "%s: done (num_free_res %d, %p)\n", __FUNCTION__, +d->num_free_res, d->last_release); case QXL_IO_RESET: -dprint(d, 1, "QXL_IO_RESET\n"); +dprint(d, 1, "QXL_IO_RESET %d (%p)\n", d->num_free_re

[Qemu-devel] [PATCHv3] qxl: update and add debug prints

2011-06-29 Thread Alon Levy
--- hw/qxl.c | 10 +++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/hw/qxl.c b/hw/qxl.c index d38e3c0..8895b14 100644 --- a/hw/qxl.c +++ b/hw/qxl.c @@ -444,7 +444,7 @@ static int interface_get_command(QXLInstance *sin, struct QXLCommandExt *ext) switch (qxl->mode