From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:58781) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbuOe-0004Yl-3g for qemu-devel@nongnu.org; Wed, 29 Jun 2011 09:01:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QbuOc-0002Su-Ja for qemu-devel@nongnu.org; Wed, 29 Jun 2011 09:01:35 -0400 Received: from mx1.redhat.com ([209.132.183.28]:4452) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbuOc-0002Rv-1Q for qemu-devel@nongnu.org; Wed, 29 Jun 2011 09:01:34 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p5TD1Xvr011330 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 29 Jun 2011 09:01:33 -0400 Message-ID: <4E0B222A.50501@redhat.com> Date: Wed, 29 Jun 2011 15:01:30 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1309348641-20061-1-git-send-email-alevy@redhat.com> <1309348641-20061-9-git-send-email-alevy@redhat.com> In-Reply-To: <1309348641-20061-9-git-send-email-alevy@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCHv3] qxl: update and add debug prints List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alon Levy Cc: yhalperi@redhat.com, qemu-devel@nongnu.org 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_res, > + d->last_release); Hmm, this looks pretty much like something added to debug a specific issue, not something useful for tracing in general ... cheers, Gerd