qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH V2] Let the C generated bits of QAPI be generated only once when identical includes are done
@ 2014-05-09 15:48 Benoît Canet
  2014-05-09 15:48 ` [Qemu-devel] [PATCH V2] qapi: Let redundant includes be skipped excepted the first occurrence Benoît Canet
  0 siblings, 1 reply; 4+ messages in thread
From: Benoît Canet @ 2014-05-09 15:48 UTC (permalink / raw)
  To: qemu-devel; +Cc: Benoît Canet, armbru, vilanova, lcapitulino

in V2:
        Keep the cycle detection [Markus]
        Don't talk about idempottent [Markus]

Benoît Canet (1):
  qapi: Let redundant includes be skipped excepted the first
    occurrence.

 scripts/qapi.py                                  |   14 +++++++++++---
 tests/Makefile                                   |    3 ++-
 tests/qapi-schema/include-only-one-time.exit     |    1 +
 tests/qapi-schema/include-only-one-time.json     |    3 +++
 tests/qapi-schema/include-only-one-time.out      |    3 +++
 tests/qapi-schema/sub-include-only-one-time.json |    2 ++
 6 files changed, 22 insertions(+), 4 deletions(-)
 create mode 100644 tests/qapi-schema/include-only-one-time.err
 create mode 100644 tests/qapi-schema/include-only-one-time.exit
 create mode 100644 tests/qapi-schema/include-only-one-time.json
 create mode 100644 tests/qapi-schema/include-only-one-time.out
 create mode 100644 tests/qapi-schema/sub-include-only-one-time.json

-- 
1.7.10.4

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

end of thread, other threads:[~2014-05-14 14:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-09 15:48 [Qemu-devel] [PATCH V2] Let the C generated bits of QAPI be generated only once when identical includes are done Benoît Canet
2014-05-09 15:48 ` [Qemu-devel] [PATCH V2] qapi: Let redundant includes be skipped excepted the first occurrence Benoît Canet
2014-05-12 17:11   ` Eric Blake
2014-05-14 14:04     ` Benoît Canet

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