[Qemu-devel] [PULL 00/14] QAPI changes for 2018-03-27, 2.12-rc1

Eric Blake posted 14 patches 7 years, 6 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
scripts/qapi/common.py                  |   2 +-
tests/libqtest.h                        |   7 +-
include/monitor/monitor.h               |   1 +
vl.c                                    |   5 ++
tests/libqtest.c                        |  10 +--
block/nvme.c                            |  11 ++-
hmp.c                                   |   2 +-
io/channel-websock.c                    |   4 +-
monitor.c                               | 118 ++++++++++++++++++++++----------
target/i386/hvf/hvf.c                   |  24 +++----
tests/qmp-test.c                        |  85 ++++++++++++++++++++++-
tests/test-qmp-cmds.c                   |   4 ++
tests/test-visitor-serialization.c      |   2 +-
tests/Makefile.include                  |   1 +
tests/qapi-schema/doc-good.out          |   4 +-
tests/qapi-schema/ident-with-escape.out |   2 +-
tests/qapi-schema/indented-expr.out     |   4 +-
tests/qapi-schema/oob-test.err          |   1 +
tests/qapi-schema/oob-test.exit         |   1 +
tests/qapi-schema/oob-test.json         |   2 +
tests/qapi-schema/oob-test.out          |   0
tests/qapi-schema/qapi-schema-test.json |   3 +
tests/qapi-schema/qapi-schema-test.out  |  20 +++---
tests/qapi-schema/test-qapi.py          |   4 +-
24 files changed, 233 insertions(+), 84 deletions(-)
create mode 100644 tests/qapi-schema/oob-test.err
create mode 100644 tests/qapi-schema/oob-test.exit
create mode 100644 tests/qapi-schema/oob-test.json
create mode 100644 tests/qapi-schema/oob-test.out
[Qemu-devel] [PULL 00/14] QAPI changes for 2018-03-27, 2.12-rc1
Posted by Eric Blake 7 years, 6 months ago
The following changes since commit f58d9620aa4a514b1227074ff56eefd1334a6225:

  Merge remote-tracking branch 'remotes/rth/tags/pull-dt-20180326' into staging (2018-03-27 10:27:34 +0100)

are available in the Git repository at:

  git://repo.or.cz/qemu/ericb.git tags/pull-qapi-2018-03-27

for you to fetch changes up to 701a2432fea0a9a1741abf7a887fae26f5410970:

  hmp.c: Revert hmp_info_cpus output format change (2018-03-27 09:21:52 -0500)

----------------------------------------------------------------
qapi patches for 2018-03-27, 2.12-rc1

- Marc-André Lureau: qmp-test: fix response leak
- Eric Blake: tests: Silence false positive warning on generated test name
- Laurent Vivier: 0/4 (partial) coccinelle: re-run scripts from scripst/coccinelle
- Peter Xu: 0/8 Monitor: some oob related patches (fixes, new param, tests)
- Satheesh Rajendran: hmp.c: Revert hmp_info_cpus output format change

----------------------------------------------------------------
Eric Blake (2):
      tests: Silence false positive warning on generated test name
      tests: Add parameter to qtest_init_without_qmp_handshake

Laurent Vivier (3):
      error: Strip trailing '\n' from error string arguments (again again)
      error: Remove NULL checks on error_propagate() calls
      qdict: remove useless cast

Marc-André Lureau (1):
      qmp-test: fix response leak

Peter Xu (7):
      qmp: fix qmp_capabilities error regression
      qapi: restrict allow-oob value to be "true"
      tests: let qapi-schema tests detect oob
      tests: add oob-test for qapi-schema
      qmp: cleanup qmp queues properly
      monitor: new parameter "x-oob"
      tests: qmp-test: add test for new "x-oob"

Satheesh Rajendran (1):
      hmp.c: Revert hmp_info_cpus output format change

 scripts/qapi/common.py                  |   2 +-
 tests/libqtest.h                        |   7 +-
 include/monitor/monitor.h               |   1 +
 vl.c                                    |   5 ++
 tests/libqtest.c                        |  10 +--
 block/nvme.c                            |  11 ++-
 hmp.c                                   |   2 +-
 io/channel-websock.c                    |   4 +-
 monitor.c                               | 118 ++++++++++++++++++++++----------
 target/i386/hvf/hvf.c                   |  24 +++----
 tests/qmp-test.c                        |  85 ++++++++++++++++++++++-
 tests/test-qmp-cmds.c                   |   4 ++
 tests/test-visitor-serialization.c      |   2 +-
 tests/Makefile.include                  |   1 +
 tests/qapi-schema/doc-good.out          |   4 +-
 tests/qapi-schema/ident-with-escape.out |   2 +-
 tests/qapi-schema/indented-expr.out     |   4 +-
 tests/qapi-schema/oob-test.err          |   1 +
 tests/qapi-schema/oob-test.exit         |   1 +
 tests/qapi-schema/oob-test.json         |   2 +
 tests/qapi-schema/oob-test.out          |   0
 tests/qapi-schema/qapi-schema-test.json |   3 +
 tests/qapi-schema/qapi-schema-test.out  |  20 +++---
 tests/qapi-schema/test-qapi.py          |   4 +-
 24 files changed, 233 insertions(+), 84 deletions(-)
 create mode 100644 tests/qapi-schema/oob-test.err
 create mode 100644 tests/qapi-schema/oob-test.exit
 create mode 100644 tests/qapi-schema/oob-test.json
 create mode 100644 tests/qapi-schema/oob-test.out

-- 
2.14.3


Re: [Qemu-devel] [PULL 00/14] QAPI changes for 2018-03-27, 2.12-rc1
Posted by Eric Blake 7 years, 6 months ago
On 03/27/2018 09:30 AM, Eric Blake wrote:
> The following changes since commit f58d9620aa4a514b1227074ff56eefd1334a6225:
> 
>    Merge remote-tracking branch 'remotes/rth/tags/pull-dt-20180326' into staging (2018-03-27 10:27:34 +0100)
> 
> are available in the Git repository at:
> 
>    git://repo.or.cz/qemu/ericb.git tags/pull-qapi-2018-03-27
> 
> for you to fetch changes up to 701a2432fea0a9a1741abf7a887fae26f5410970:
> 
>    hmp.c: Revert hmp_info_cpus output format change (2018-03-27 09:21:52 -0500)

v2 pull request sent to fix some last minute Reviewed-by tag corrections

-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3266
Virtualization:  qemu.org | libvirt.org