From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37806) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zel0Z-00025d-7s for qemu-devel@nongnu.org; Wed, 23 Sep 2015 10:26:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zel0V-0005tk-M2 for qemu-devel@nongnu.org; Wed, 23 Sep 2015 10:26:54 -0400 Received: from mail-wi0-x229.google.com ([2a00:1450:400c:c05::229]:36400) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zel0V-0005tG-Fk for qemu-devel@nongnu.org; Wed, 23 Sep 2015 10:26:51 -0400 Received: by wicgb1 with SMTP id gb1so208386895wic.1 for ; Wed, 23 Sep 2015 07:26:50 -0700 (PDT) From: "=?UTF-8?q?K=C5=91v=C3=A1g=C3=B3=2C=20Zolt=C3=A1n?=" Date: Wed, 23 Sep 2015 16:27:33 +0200 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH v2 0/3] qapi-flattening and preparation of -audiodev option List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Eduardo Habkost Here is the second version of my qapi flattening attempts. This is now based on Eric Blake's "post-introspection cleanups, and qapi-ify netdev_add" patch series[1], which contains some of my previous commits. What remains here: NumaOptions flattening (with proposed documentation changes from Eduardo) and OptsVisitor. The Netdev part was mostly taken care of by Eric, I only had to convert NetLegacy into a flat union. Please review. [1]: http://lists.nongnu.org/archive/html/qemu-devel/2015-09/msg05410.html Kővágó, Zoltán (3): qapi: convert NumaOptions into a flat union qapi: change NetLegacy into a flat union qapi: support nested structs in OptsVisitor net/net.c | 47 +++++++------ numa.c | 2 +- qapi-schema.json | 78 +++++++++++++++------ qapi/opts-visitor.c | 116 ++++++++++++++++++++++++++------ tests/qapi-schema/qapi-schema-test.json | 9 ++- tests/qapi-schema/qapi-schema-test.out | 4 ++ tests/test-opts-visitor.c | 34 ++++++++++ 7 files changed, 224 insertions(+), 66 deletions(-) -- 2.5.2