qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v4] Let the C generated bits of QAPI be generated on


From: Benoît Canet
Subject: [Qemu-devel] [PATCH v4] Let the C generated bits of QAPI be generated only once when identical includes are done
Date: Fri, 16 May 2014 12:51:55 +0200

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]