[Qemu-devel] [PULL 00/16] QAPI patches for 2017-02-22

Markus Armbruster posted 16 patches 7 years, 2 months ago
Failed in applying to current master (apply log)
Test checkpatch passed
Test docker passed
Test s390x passed
block.c                             |   4 +-
block/nbd.c                         |   2 -
block/nfs.c                         |   2 -
block/qapi.c                        |   1 -
hw/pci/pcie_aer.c                   |   2 +-
monitor.c                           |  19 +++---
net/net.c                           |  44 ++++++------
numa.c                              |   4 +-
qapi-schema.json                    |  21 ++++++
qapi/qmp-dispatch.c                 |   5 +-
qobject/qdict.c                     |  30 +-------
tests/check-qdict.c                 |  37 ++++------
tests/check-qjson.c                 | 113 ++++++------------------------
tests/libqtest.c                    |   4 +-
tests/test-qmp-event.c              |  14 ++--
tests/test-qobject-output-visitor.c | 133 ++++++++++++++----------------------
16 files changed, 158 insertions(+), 277 deletions(-)
[Qemu-devel] [PULL 00/16] QAPI patches for 2017-02-22
Posted by Markus Armbruster 7 years, 2 months ago
The following changes since commit 796b288f7be875045670f963ce99991b3c8e96ac:

  Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging (2017-02-21 15:48:22 +0000)

are available in the git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2017-02-22

for you to fetch changes up to 7c81e4e9db5f63635fbf11d66bf08e73d325ae97:

  block: Don't bother asserting type of output visitor's output (2017-02-22 19:52:20 +0100)

----------------------------------------------------------------
QAPI patches for 2017-02-22

----------------------------------------------------------------
Markus Armbruster (16):
      numa: Flatten simple union NumaOptions
      net: Flatten simple union NetLegacyOptions
      qdict: Make qdict_get_qlist() safe like qdict_get_qdict()
      check-qdict: Simplify qdict_crumple_test_recursive()
      check-qdict: Tighten qdict_crumple_test_recursive() some
      check-qjson: Simplify around compare_litqobj_to_qobj()
      libqtest: Clean up qmp_response() a bit
      test-qmp-event: Simplify and tighten event_test_emit()
      Don't check qobject_type() before qobject_to_qdict()
      tests: Don't check qobject_type() before qobject_to_qlist()
      tests: Don't check qobject_type() before qobject_to_qstring()
      tests: Don't check qobject_type() before qobject_to_qint()
      tests: Don't check qobject_type() before qobject_to_qfloat()
      tests: Don't check qobject_type() before qobject_to_qbool()
      monitor: Clean up handle_hmp_command() a bit
      block: Don't bother asserting type of output visitor's output

 block.c                             |   4 +-
 block/nbd.c                         |   2 -
 block/nfs.c                         |   2 -
 block/qapi.c                        |   1 -
 hw/pci/pcie_aer.c                   |   2 +-
 monitor.c                           |  19 +++---
 net/net.c                           |  44 ++++++------
 numa.c                              |   4 +-
 qapi-schema.json                    |  21 ++++++
 qapi/qmp-dispatch.c                 |   5 +-
 qobject/qdict.c                     |  30 +-------
 tests/check-qdict.c                 |  37 ++++------
 tests/check-qjson.c                 | 113 ++++++------------------------
 tests/libqtest.c                    |   4 +-
 tests/test-qmp-event.c              |  14 ++--
 tests/test-qobject-output-visitor.c | 133 ++++++++++++++----------------------
 16 files changed, 158 insertions(+), 277 deletions(-)

-- 
2.7.4


Re: [Qemu-devel] [PULL 00/16] QAPI patches for 2017-02-22
Posted by Peter Maydell 7 years, 2 months ago
On 22 February 2017 at 19:14, Markus Armbruster <armbru@redhat.com> wrote:
> The following changes since commit 796b288f7be875045670f963ce99991b3c8e96ac:
>
>   Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging (2017-02-21 15:48:22 +0000)
>
> are available in the git repository at:
>
>   git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2017-02-22
>
> for you to fetch changes up to 7c81e4e9db5f63635fbf11d66bf08e73d325ae97:
>
>   block: Don't bother asserting type of output visitor's output (2017-02-22 19:52:20 +0100)
>
> ----------------------------------------------------------------
> QAPI patches for 2017-02-22
>

Applied, thanks.

-- PMM