[Qemu-devel] [PATCH 00/14] qobject: Cleanups, mostly in tests

Markus Armbruster posted 14 patches 7 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1487363905-9480-1-git-send-email-armbru@redhat.com
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 +++---
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 ++++++++++++++----------------------
13 files changed, 113 insertions(+), 253 deletions(-)
[Qemu-devel] [PATCH 00/14] qobject: Cleanups, mostly in tests
Posted by Markus Armbruster 7 years, 1 month ago
Markus Armbruster (14):
  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 +++---
 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 ++++++++++++++----------------------
 13 files changed, 113 insertions(+), 253 deletions(-)

-- 
2.7.4