From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NIiyv-0008T2-LI for qemu-devel@nongnu.org; Thu, 10 Dec 2009 08:22:57 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NIiyp-0008N0-OI for qemu-devel@nongnu.org; Thu, 10 Dec 2009 08:22:56 -0500 Received: from [199.232.76.173] (port=48838 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NIiyp-0008Md-Hj for qemu-devel@nongnu.org; Thu, 10 Dec 2009 08:22:51 -0500 Received: from mx1.redhat.com ([209.132.183.28]:61284) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NIiyp-0008Sk-0V for qemu-devel@nongnu.org; Thu, 10 Dec 2009 08:22:51 -0500 From: Markus Armbruster Subject: Re: [Qemu-devel] [PATCH 06/19] monitor: do_info_cpus(): Use QBool References: <1260376078-8694-1-git-send-email-lcapitulino@redhat.com> <1260376078-8694-7-git-send-email-lcapitulino@redhat.com> <4B20F122.4070204@linux.vnet.ibm.com> Date: Thu, 10 Dec 2009 14:22:45 +0100 In-Reply-To: <4B20F122.4070204@linux.vnet.ibm.com> (Anthony Liguori's message of "Thu, 10 Dec 2009 07:01:22 -0600") Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Anthony Liguori , qemu-devel@nongnu.org, Luiz Capitulino Anthony Liguori writes: > Markus Armbruster wrote: >> Do we want to specify the base for numbers in the JSON? >> >> If yes, why not use decimal everywhere? >> >> Aside, if we use hexadecimal in JSON at all, then I'd prefer addresses >> to be hexadecimal. >> > > Hexadecimal is not valid to represent numbers in JSON. In that case, there's no need to document the format of numbers for every command.