[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH v3] Let the C generated bits of QAPI be generated on
From: |
Benoît Canet |
Subject: |
[Qemu-devel] [PATCH v3] Let the C generated bits of QAPI be generated only once when identical includes are done |
Date: |
Fri, 27 Jun 2014 15:41:50 +0200 |
in V3:
change commit title [Eric]
s/spitted/emitted/
change tests names [Eric]
Benoît Canet (1):
qapi: skip redundant includes
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 +++
7 files changed, 22 insertions(+), 4 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
- [Qemu-devel] [PATCH v3] Let the C generated bits of QAPI be generated only once when identical includes are done,
Benoît Canet <=
- [Qemu-devel] [PATCH v3] qapi: skip redundant includes, Benoît Canet, 2014/06/27
- [Qemu-devel] [PATCH v1 1/2] block: Add replaces argument to drive-mirror, Benoît Canet, 2014/06/27
- [Qemu-devel] [PATCH v1 2/2] qemu-iotests: Add TestRepairQuorum to 041 to test drive-mirror node-name mode., Benoît Canet, 2014/06/27
- [Qemu-devel] [PATCH v1 0/2] Quorum arbitrary node replacement patches, Benoît Canet, 2014/06/27
- Re: [Qemu-devel] [PATCH v3] Let the C generated bits of QAPI be generated only once when identical includes are done, Benoît Canet, 2014/06/27