From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58184) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uu6kW-0002og-8n for qemu-devel@nongnu.org; Tue, 02 Jul 2013 16:00:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uu6kU-0003g7-61 for qemu-devel@nongnu.org; Tue, 02 Jul 2013 16:00:28 -0400 Received: from mail-bk0-x229.google.com ([2a00:1450:4008:c01::229]:46220) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uu6kT-0003fl-WA for qemu-devel@nongnu.org; Tue, 02 Jul 2013 16:00:26 -0400 Received: by mail-bk0-f41.google.com with SMTP id jc3so2548541bkc.0 for ; Tue, 02 Jul 2013 13:00:24 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <51D3314F.1070609@redhat.com> Date: Tue, 02 Jul 2013 22:00: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> <20130702153945.GZ2524@redhat.com> <51D3035A.1060605@redhat.com> <877gh8j012.fsf@codemonkey.ws> In-Reply-To: <877gh8j012.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: qemu-devel@nongnu.org, armbru@redhat.com, lcapitulino@redhat.com, qiaonuohan@cn.fujitsu.com, Amos Kong Il 02/07/2013 20:21, Anthony Liguori ha scritto: >> > >> > Indeed, I wouldn't mind a one-time pass over qapi-schema.json to make it >> > follow a more rigid format if that made it easier to use it as-is with >> > less post-processing. It won't be very nice to backport such a >> > conversion, but I don't know how much distros are planning on >> > backporting introspection in the first place. > We consume the schema in QEMU. No reason for us to consume it in a > different format than libvirt. One reason could be that qapi-schema.json, as written, lacks a schema that can be expressed itself using QAPI. Paolo