From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=50626 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OocRY-0006G1-0I for qemu-devel@nongnu.org; Thu, 26 Aug 2010 09:24:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OocBO-00085g-8Z for qemu-devel@nongnu.org; Thu, 26 Aug 2010 09:07:55 -0400 Received: from mx1.redhat.com ([209.132.183.28]:26013) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OocBO-00085X-1q for qemu-devel@nongnu.org; Thu, 26 Aug 2010 09:07:54 -0400 Date: Thu, 26 Aug 2010 10:07:43 -0300 From: Luiz Capitulino Message-ID: <20100826100743.463b9d0e@doriath> In-Reply-To: <1281373256-602-1-git-send-email-miguel.filho@gmail.com> References: <1281373256-602-1-git-send-email-miguel.filho@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 0/2] QMP: update 'query-version' List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Miguel Di Ciurcio Filho Cc: qemu-devel@nongnu.org, armbru@redhat.com On Mon, 9 Aug 2010 14:00:54 -0300 Miguel Di Ciurcio Filho wrote: > This series changes how QMP exports the version of QEMU to clients. > > Current behavior: > {"QMP": {"version": {"qemu": "0.13.50", "package": ""}, "capabilities": []}} > > New behavior: > {"QMP": {"version": {"qemu": {"micro": 50, "minor": 13, "major": 0}, "package": > ""}, "capabilities": []}} > > Clients will no longer need to parse the entire string. Forgot to reply this one: it looks good to me and has already been merged on master.