qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v5 0/2] qapi: allow empty branches in flat unions
@ 2018-06-18  8:40 Anton Nefedov
  2018-06-18  8:40 ` [Qemu-devel] [PATCH v5 1/2] " Anton Nefedov
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Anton Nefedov @ 2018-06-18  8:40 UTC (permalink / raw)
  To: qemu-devel; +Cc: eblake, armbru, mdroth, Anton Nefedov

v5: remarks for patch 1 fixed
v4: http://lists.nongnu.org/archive/html/qemu-devel/2018-06/msg03638.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                       |  8 ++--
 qapi/block-core.json                               | 52 ++--------------------
 qapi/crypto.json                                   | 13 +-----
 qapi/misc.json                                     | 46 +------------------
 qapi/net.json                                      | 12 -----
 qapi/ui.json                                       | 19 +-------
 .../qapi-schema/flat-union-incomplete-branch.json  |  9 ----
 tests/qapi-schema/qapi-schema-test.json            |  6 ++-
 block/qcow2.c                                      |  1 -
 cpus.c                                             |  2 -
 scripts/qapi/common.py                             | 15 ++++---
 scripts/qapi/types.py                              |  2 +
 scripts/qapi/visit.py                              | 19 +++++---
 tests/Makefile.include                             |  1 -
 tests/qapi-schema/flat-union-incomplete-branch.err |  1 -
 .../qapi-schema/flat-union-incomplete-branch.exit  |  1 -
 tests/qapi-schema/flat-union-incomplete-branch.out |  0
 tests/qapi-schema/qapi-schema-test.out             |  3 +-
 18 files changed, 42 insertions(+), 168 deletions(-)
 delete mode 100644 tests/qapi-schema/flat-union-incomplete-branch.json
 delete mode 100644 tests/qapi-schema/flat-union-incomplete-branch.err
 delete mode 100644 tests/qapi-schema/flat-union-incomplete-branch.exit
 delete mode 100644 tests/qapi-schema/flat-union-incomplete-branch.out

-- 
2.7.4

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

end of thread, other threads:[~2018-06-19  6:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-18  8:40 [Qemu-devel] [PATCH v5 0/2] qapi: allow empty branches in flat unions Anton Nefedov
2018-06-18  8:40 ` [Qemu-devel] [PATCH v5 1/2] " Anton Nefedov
2018-06-18 11:15   ` Markus Armbruster
2018-06-18  8:40 ` [Qemu-devel] [PATCH v5 2/2] qapi: remove empty flat union branches and types Anton Nefedov
2018-06-19  6:06 ` [Qemu-devel] [PATCH v5 0/2] qapi: allow empty branches in flat unions Markus Armbruster

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).