All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/3] qapi-flattening and preparation of -audiodev option
@ 2015-09-23 14:27 Kővágó, Zoltán
  2015-09-23 14:27 ` [Qemu-devel] [PATCH v2 1/3] qapi: convert NumaOptions into a flat union Kővágó, Zoltán
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Kővágó, Zoltán @ 2015-09-23 14:27 UTC (permalink / raw)
  To: qemu-devel; +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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-09-23 17:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-23 14:27 [Qemu-devel] [PATCH v2 0/3] qapi-flattening and preparation of -audiodev option Kővágó, Zoltán
2015-09-23 14:27 ` [Qemu-devel] [PATCH v2 1/3] qapi: convert NumaOptions into a flat union Kővágó, Zoltán
2015-09-23 14:40   ` Eric Blake
2015-09-23 17:05     ` Kővágó Zoltán
2015-09-23 14:27 ` [Qemu-devel] [PATCH v2 2/3] qapi: change NetLegacy " Kővágó, Zoltán
2015-09-23 14:27 ` [Qemu-devel] [PATCH v2 3/3] qapi: support nested structs in OptsVisitor Kővágó, Zoltán

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.