Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190301154051.23317-1-armbru@redhat.com
Maintainers: Markus Armbruster <armbru@redhat.com>, Michael Roth <mdroth@linux.vnet.ibm.com>
scripts/qapi/commands.py | 2 +-
scripts/qapi/common.py | 106 ++++++-----
scripts/qapi/doc.py | 4 +-
tests/.gitignore | 8 +
tests/Makefile.include | 44 ++++-
tests/qapi-schema/include-relpath-sub.json | 2 -
tests/qapi-schema/include-relpath.err | 0
tests/qapi-schema/include-relpath.exit | 1 -
tests/qapi-schema/include-relpath.json | 1 -
tests/qapi-schema/include-relpath.out | 20 ---
tests/qapi-schema/include/relpath.json | 1 -
tests/qapi-schema/include/sub-module.json | 7 +
tests/qapi-schema/qapi-schema-test.json | 14 +-
tests/qapi-schema/qapi-schema-test.out | 37 +++-
tests/qapi-schema/sub-sub-module.json | 6 +
tests/qapi-schema/test-qapi.py | 6 +
tests/test-clone-visitor.c | 16 +-
tests/test-qmp-cmds.c | 2 +-
tests/test-qobject-input-visitor.c | 196 ++++++++++-----------
tests/test-qobject-output-visitor.c | 190 ++++++++++----------
20 files changed, 371 insertions(+), 292 deletions(-)
delete mode 100644 tests/qapi-schema/include-relpath-sub.json
delete mode 100644 tests/qapi-schema/include-relpath.err
delete mode 100644 tests/qapi-schema/include-relpath.exit
delete mode 100644 tests/qapi-schema/include-relpath.json
delete mode 100644 tests/qapi-schema/include-relpath.out
delete mode 100644 tests/qapi-schema/include/relpath.json
create mode 100644 tests/qapi-schema/include/sub-module.json
create mode 100644 tests/qapi-schema/sub-sub-module.json