[PATCH for-5.1 0/5] qobject: Minor spring cleaning

Markus Armbruster posted 5 patches 4 years ago
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test checkpatch passed
Test FreeBSD passed
Test asan passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200415083048.14339-1-armbru@redhat.com
Maintainers: Markus Armbruster <armbru@redhat.com>, Michael Roth <mdroth@linux.vnet.ibm.com>
include/qapi/qmp/qdict.h     |   3 -
include/qapi/qmp/qlist.h     |  10 ++--
qapi/qobject-input-visitor.c |  21 +++----
qobject/qdict.c              |  19 -------
qobject/qjson.c              | 107 +++++++++++++----------------------
qobject/qlist.c              |  44 ++++----------
tests/check-qlist.c          |  37 +++++-------
util/qemu-option.c           |  43 +++++++-------
8 files changed, 98 insertions(+), 186 deletions(-)
[PATCH for-5.1 0/5] qobject: Minor spring cleaning
Posted by Markus Armbruster 4 years ago
Markus Armbruster (5):
  qobject: Clean up QLIST_FOREACH_ENTRY()
  qobject: Factor out helper json_pretty_newline()
  qobject: Eliminate qlist_iter(), use QLIST_FOREACH_ENTRY() instead
  qobject: Eliminate qdict_iter(), use qdict_first(), qdict_next()
  qemu-option: Clean up after the previous commit

 include/qapi/qmp/qdict.h     |   3 -
 include/qapi/qmp/qlist.h     |  10 ++--
 qapi/qobject-input-visitor.c |  21 +++----
 qobject/qdict.c              |  19 -------
 qobject/qjson.c              | 107 +++++++++++++----------------------
 qobject/qlist.c              |  44 ++++----------
 tests/check-qlist.c          |  37 +++++-------
 util/qemu-option.c           |  43 +++++++-------
 8 files changed, 98 insertions(+), 186 deletions(-)

-- 
2.21.1


Re: [PATCH for-5.1 0/5] qobject: Minor spring cleaning
Posted by Markus Armbruster 4 years ago
Queued.