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