From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MzxMG-00024W-RZ for qemu-devel@nongnu.org; Mon, 19 Oct 2009 14:53:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MzxMB-000236-HC for qemu-devel@nongnu.org; Mon, 19 Oct 2009 14:53:27 -0400 Received: from [199.232.76.173] (port=52405 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MzxMB-000232-9m for qemu-devel@nongnu.org; Mon, 19 Oct 2009 14:53:23 -0400 Received: from mx1.redhat.com ([209.132.183.28]:26126) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MzxMA-0007ap-PI for qemu-devel@nongnu.org; Mon, 19 Oct 2009 14:53:23 -0400 Date: Mon, 19 Oct 2009 16:30:37 -0200 From: Marcelo Tosatti Subject: Re: [Qemu-devel] qemu-0.11.50 build breaks at monitor.c Message-ID: <20091019183037.GA14383@amt.cnet> References: <14911684.3852291255938621589.JavaMail.servlet@kundenserver> <20091019082102.GB5935@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091019082102.GB5935@linux.vnet.ibm.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kamalesh Babulal Cc: Laurent Vivier , qemu-devel@nongnu.org On Mon, Oct 19, 2009 at 01:51:02PM +0530, Kamalesh Babulal wrote: > > >+ monitor_printf(mon, " thread_id=%ld", (int long)qdict_get_int(cpu, > > >"thread_id")); > > > > You should use %PRId64 instead of %ld. > > Hi Laurent, > > Thanks for the review. > > Resending the patch with changes recommended by Laurent. > > Signed-off-by: Kamalesh Babulal Applied, thanks.