All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v4] Let the C generated bits of QAPI be generated only once when identical includes are done
@ 2014-05-16 10:51 Benoît Canet
  2014-05-16 10:51 ` [Qemu-devel] [PATCH v4] qapi: skip redundant includes Benoît Canet
  2014-05-16 14:44 ` [Qemu-devel] [PATCH v4] Let the C generated bits of QAPI be generated only once when identical includes are done Luiz Capitulino
  0 siblings, 2 replies; 4+ messages in thread
From: Benoît Canet @ 2014-05-16 10:51 UTC (permalink / raw)
  To: qemu-devel; +Cc: Benoît Canet, armbru, vilanova, lcapitulino

in v4:
        Document the feature [Eric, Luiz]

Benoît Canet (1):
  qapi: skip redundant includes

 docs/qapi-code-gen.txt                        |  2 +-
 scripts/qapi.py                               | 14 +++++++++++---
 tests/Makefile                                |  3 ++-
 tests/qapi-schema/include-repetition-sub.json |  2 ++
 tests/qapi-schema/include-repetition.err      |  0
 tests/qapi-schema/include-repetition.exit     |  1 +
 tests/qapi-schema/include-repetition.json     |  3 +++
 tests/qapi-schema/include-repetition.out      |  3 +++
 8 files changed, 23 insertions(+), 5 deletions(-)
 create mode 100644 tests/qapi-schema/include-repetition-sub.json
 create mode 100644 tests/qapi-schema/include-repetition.err
 create mode 100644 tests/qapi-schema/include-repetition.exit
 create mode 100644 tests/qapi-schema/include-repetition.json
 create mode 100644 tests/qapi-schema/include-repetition.out

-- 
2.0.0.rc2

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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-16 10:51 [Qemu-devel] [PATCH v4] Let the C generated bits of QAPI be generated only once when identical includes are done Benoît Canet
2014-05-16 10:51 ` [Qemu-devel] [PATCH v4] qapi: skip redundant includes Benoît Canet
2014-05-16 12:02   ` Eric Blake
2014-05-16 14:44 ` [Qemu-devel] [PATCH v4] Let the C generated bits of QAPI be generated only once when identical includes are done Luiz Capitulino

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.