From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:35808) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rvmyz-0005hu-4G for qemu-devel@nongnu.org; Fri, 10 Feb 2012 04:41:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rvmyu-0007n8-4l for qemu-devel@nongnu.org; Fri, 10 Feb 2012 04:41:32 -0500 Received: from mail-ww0-f53.google.com ([74.125.82.53]:53535) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rvmyt-0007n3-N4 for qemu-devel@nongnu.org; Fri, 10 Feb 2012 04:41:27 -0500 Received: by wgbdr12 with SMTP id dr12so2509339wgb.10 for ; Fri, 10 Feb 2012 01:41:26 -0800 (PST) Date: Fri, 10 Feb 2012 08:26:41 +0000 From: Stefan Hajnoczi Message-ID: <20120210082641.GA18038@stefanha-thinkpad.localdomain> References: <1328814267-8621-1-git-send-email-paul@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1328814267-8621-1-git-send-email-paul@codesourcery.com> Subject: Re: [Qemu-devel] [PATCH] brk() debugging List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paul Brook Cc: qemu-devel@nongnu.org On Thu, Feb 09, 2012 at 07:04:27PM +0000, Paul Brook wrote: > Fix format type mismatches in do_brk debug printfs. > > Signed-off-by: Paul Brook > --- > linux-user/syscall.c | 16 +++++++++------- > 1 files changed, 9 insertions(+), 7 deletions(-) Thanks, applied to the trivial patches tree: https://github.com/stefanha/qemu/commits/trivial-patches Stefan