From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44949) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SC8DN-000485-Bo for qemu-devel@nongnu.org; Mon, 26 Mar 2012 07:36:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SC8DL-0002za-DB for qemu-devel@nongnu.org; Mon, 26 Mar 2012 07:35:56 -0400 Date: Mon, 26 Mar 2012 12:35:49 +0100 From: Stefan Hajnoczi Message-ID: <20120326113549.GA31742@stefanha-thinkpad.localdomain> References: <1332573214-8485-1-git-send-email-sw@weilnetz.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1332573214-8485-1-git-send-email-sw@weilnetz.de> Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH] trace-events: Fix broken build caused by wrong format specifier List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: qemu-trivial , Alon Levy , qemu-devel@nongnu.org On Sat, Mar 24, 2012 at 08:13:34AM +0100, Stefan Weil wrote: > mem is an uint64_t value, so %lx was wrong. > > Signed-off-by: Stefan Weil > --- > trace-events | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Normally build fixes are sent directly to qemu.git/master committers for quick merging. But this fix is only needed for 32-bit hosts that use stderr tracing or another backend that uses the format string. Thanks, applied to the trivial patches tree: https://github.com/stefanha/qemu/commits/trivial-patches Stefan