From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:44087) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QEhLM-0002Yz-Af for qemu-devel@nongnu.org; Tue, 26 Apr 2011 08:26:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QEhLL-00036o-As for qemu-devel@nongnu.org; Tue, 26 Apr 2011 08:26:16 -0400 Received: from mtagate2.uk.ibm.com ([194.196.100.162]:45059) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QEhLK-00036X-S3 for qemu-devel@nongnu.org; Tue, 26 Apr 2011 08:26:15 -0400 Received: from d06nrmr1507.portsmouth.uk.ibm.com (d06nrmr1507.portsmouth.uk.ibm.com [9.149.38.233]) by mtagate2.uk.ibm.com (8.13.1/8.13.1) with ESMTP id p3QCQDGn018469 for ; Tue, 26 Apr 2011 12:26:13 GMT Received: from d06av09.portsmouth.uk.ibm.com (d06av09.portsmouth.uk.ibm.com [9.149.37.250]) by d06nrmr1507.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p3QCRGkd1822916 for ; Tue, 26 Apr 2011 13:27:16 +0100 Received: from d06av09.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av09.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p3QCQB3M031817 for ; Tue, 26 Apr 2011 06:26:11 -0600 From: Stefan Hajnoczi Date: Tue, 26 Apr 2011 13:26:03 +0100 Message-Id: <1303820763-6720-7-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1303820763-6720-1-git-send-email-stefanha@linux.vnet.ibm.com> References: <1303820763-6720-1-git-send-email-stefanha@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH 6/6] trace: [trace-events] fix print formats in some events List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: =?UTF-8?q?Llu=C3=ADs=20Vilanova?= , qemu-devel@nongnu.org, Stefan Hajnoczi , =?UTF-8?q?Llu=C3=ADs?= From: Llu=C3=ADs Signed-off-by: Llu=C3=ADs Vilanova Signed-off-by: Stefan Hajnoczi --- trace-events | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/trace-events b/trace-events index 8272c86..77c96a5 100644 --- a/trace-events +++ b/trace-events @@ -254,8 +254,8 @@ disable leon3_set_irq(int intno) "Set CPU IRQ %d" disable leon3_reset_irq(int intno) "Reset CPU IRQ %d" =20 # spice-qemu-char.c -disable spice_vmc_write(ssize_t out, int len) "spice wrottn %lu of reque= sted %zd" -disable spice_vmc_read(int bytes, int len) "spice read %lu of requested = %zd" +disable spice_vmc_write(ssize_t out, int len) "spice wrottn %zd of reque= sted %d" +disable spice_vmc_read(int bytes, int len) "spice read %d of requested %= d" disable spice_vmc_register_interface(void *scd) "spice vmc registered in= terface %p" disable spice_vmc_unregister_interface(void *scd) "spice vmc unregistere= d interface %p" =20 --=20 1.7.4.1