qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/2] qapi: allow empty branches in flat unions
@ 2018-05-29 16:41 Anton Nefedov
  2018-05-29 16:41 ` [Qemu-devel] [PATCH v2 1/2] " Anton Nefedov
  2018-05-29 16:41 ` [Qemu-devel] [PATCH v2 2/2] qapi: remove empty flat union branches and types Anton Nefedov
  0 siblings, 2 replies; 5+ messages in thread
From: Anton Nefedov @ 2018-05-29 16:41 UTC (permalink / raw)
  To: qemu-devel; +Cc: eblake, armbru, mdroth, Anton Nefedov

since v1:
 - reworked to always allow empty branches
 - more types removed in patch 2

v1: http://lists.nongnu.org/archive/html/qemu-devel/2018-05/msg02525.html

Anton Nefedov (2):
  qapi: allow empty branches in flat unions
  qapi: remove empty flat union branches and types

 docs/devel/qapi-code-gen.txt                       |  7 +--
 qapi/block-core.json                               | 55 ++--------------------
 qapi/crypto.json                                   | 13 +----
 qapi/misc.json                                     | 46 +-----------------
 qapi/net.json                                      | 12 -----
 qapi/ui.json                                       | 19 +-------
 block/qcow2.c                                      |  1 -
 cpus.c                                             |  2 -
 scripts/qapi/common.py                             | 11 ++---
 scripts/qapi/types.py                              |  4 +-
 scripts/qapi/visit.py                              | 17 +++++--
 tests/qapi-schema/flat-union-incomplete-branch.err |  1 -
 .../qapi-schema/flat-union-incomplete-branch.exit  |  2 +-
 tests/qapi-schema/flat-union-incomplete-branch.out | 14 ++++++
 14 files changed, 47 insertions(+), 157 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2018-05-29 20:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-29 16:41 [Qemu-devel] [PATCH v2 0/2] qapi: allow empty branches in flat unions Anton Nefedov
2018-05-29 16:41 ` [Qemu-devel] [PATCH v2 1/2] " Anton Nefedov
2018-05-29 20:43   ` Eric Blake
2018-05-29 16:41 ` [Qemu-devel] [PATCH v2 2/2] qapi: remove empty flat union branches and types Anton Nefedov
2018-05-29 20:46   ` Eric Blake

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).