From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NeSLY-0005Gc-Ox for qemu-devel@nongnu.org; Mon, 08 Feb 2010 07:04:08 -0500 Received: from [199.232.76.173] (port=34973 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NeSLY-0005G6-BL for qemu-devel@nongnu.org; Mon, 08 Feb 2010 07:04:08 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NeSLW-0007eq-MN for qemu-devel@nongnu.org; Mon, 08 Feb 2010 07:04:07 -0500 Received: from mx1.redhat.com ([209.132.183.28]:27802) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NeSLV-0007eM-Rl for qemu-devel@nongnu.org; Mon, 08 Feb 2010 07:04:06 -0500 Date: Mon, 8 Feb 2010 10:03:54 -0200 From: Luiz Capitulino Subject: Re: [Qemu-devel] [PATCH] use "%lld" instead of "%I64d" for qobject_from_jsonf in monitor.c and migration.c Message-ID: <20100208100354.79f6e1c6@doriath> In-Reply-To: <473191351002072342k2c0eddd3jc4698539025debab@mail.gmail.com> References: <473191351002072342k2c0eddd3jc4698539025debab@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Roy Tam Cc: TeLeMan , qemu-devel On Mon, 8 Feb 2010 15:42:30 +0800 Roy Tam wrote: > 2010/2/8 TeLeMan : > > The json parser does not support "%I64d", so we have to use "%lld" > > instead of "%I64d". > > > > We use PRId64 with json in more places besides migration.c and > monitor.c, adding %I64d support in json lexer/parser is a better > choice IMO. Yes, Anthony didn't merge patches posted to the list yet, I hope he will merge yours.