qemu-devel
[Top][All Lists]
Advanced

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

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


From: Benoît Canet
Subject: [Qemu-devel] [PATCH V2] Let the C generated bits of QAPI be generated only once when identical includes are done
Date: Fri, 9 May 2014 17:48:21 +0200

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




reply via email to

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