From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59400) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UueO3-0002Rx-RC for qemu-devel@nongnu.org; Thu, 04 Jul 2013 03:55:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UueO2-0005l7-KS for qemu-devel@nongnu.org; Thu, 04 Jul 2013 03:55:31 -0400 Received: from mail-wg0-x22c.google.com ([2a00:1450:400c:c00::22c]:53970) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UueO2-0005ky-Fd for qemu-devel@nongnu.org; Thu, 04 Jul 2013 03:55:30 -0400 Received: by mail-wg0-f44.google.com with SMTP id m15so847513wgh.23 for ; Thu, 04 Jul 2013 00:55:29 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <51D52A63.8080506@redhat.com> Date: Thu, 04 Jul 2013 09:55:15 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1371644677-11041-1-git-send-email-akong@redhat.com> <878v1pqak4.fsf@codemonkey.ws> <51D2F1B3.1080903@redhat.com> <87a9m4j3i7.fsf@codemonkey.ws> <20130703150807.GC2784@dhcp-200-207.str.redhat.com> <8761wrk520.fsf@codemonkey.ws> In-Reply-To: <8761wrk520.fsf@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] full introspection support for QMP List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Kevin Wolf , armbru@redhat.com, qemu-devel@nongnu.org, lcapitulino@redhat.com, qiaonuohan@cn.fujitsu.com, Amos Kong Il 03/07/2013 17:59, Anthony Liguori ha scritto: > For instance: > > { "command": "foo", > "arguments": { "name": "str", "id": "int" }, > "optional": { "bar": "bool" }, > "defaults": { "bar": false } } This is still not a dictionary that QAPI is able to describe. Paolo