From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35850) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZaAI6-0002f6-Ek for qemu-devel@nongnu.org; Thu, 10 Sep 2015 18:26:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZaAI3-0004hW-7z for qemu-devel@nongnu.org; Thu, 10 Sep 2015 18:26:02 -0400 Received: from resqmta-po-05v.sys.comcast.net ([2001:558:fe16:19:96:114:154:164]:49331) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZaAI3-0004gC-0H for qemu-devel@nongnu.org; Thu, 10 Sep 2015 18:25:59 -0400 From: Eric Blake Date: Thu, 10 Sep 2015 16:25:46 -0600 Message-Id: <1441923949-3370-1-git-send-email-eblake@redhat.com> Subject: [Qemu-devel] [PATCH RFC 0/3] qapi: more introspection tweaks List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: armbru@redhat.com RFC because it depends on: https://lists.gnu.org/archive/html/qemu-devel/2015-09/msg02580.html https://lists.gnu.org/archive/html/qemu-devel/2015-09/msg01599.html Eric Blake (3): qapi: Improve 'include' error message qapi: Sort qapi-schema tests qapi-introspect: Guarantee particular sorting docs/qapi-code-gen.txt | 21 +++- qapi/introspect.json | 22 ++++- scripts/qapi-introspect.py | 9 +- scripts/qapi.py | 4 +- tests/Makefile | 164 +++++++++++++++++++++++--------- tests/qapi-schema/include-non-file.err | 2 +- tests/qapi-schema/include-non-file.json | 2 +- 7 files changed, 163 insertions(+), 61 deletions(-) -- 2.4.3