summaryrefslogtreecommitdiffstats
path: root/scripts/clean-includes
diff options
context:
space:
mode:
authorMax Reitz2018-06-11 22:51:59 +0200
committerMarkus Armbruster2018-06-22 16:33:46 +0200
commitbf6e6a37ee8c2d80af258cabdd476498b68188ad (patch)
tree36978ad2944aed25da71b7950ff010a455243e04 /scripts/clean-includes
parentqapi/events: generate event enum in main module (diff)
downloadqemu-bf6e6a37ee8c2d80af258cabdd476498b68188ad.tar.gz
qemu-bf6e6a37ee8c2d80af258cabdd476498b68188ad.tar.xz
qemu-bf6e6a37ee8c2d80af258cabdd476498b68188ad.zip
qdict: Make qdict_flatten() shallow-clone-friendly
In its current form, qdict_flatten() removes all entries from nested QDicts that are moved to the root QDict. It is completely sufficient to remove all old entries from the root QDict, however. If the nested dicts have a refcount of 1, this will automatically delete them, too. And if they have a greater refcount, we probably do not want to modify them in the first place. The latter observation means that it was currently (in general) impossible to qdict_flatten() a shallowly cloned dict because that would empty nested QDicts in the original dict as well. This patch changes this, so you can now use qdict_flatten(qdict_shallow_clone(dict)) to get a flattened copy without disturbing the original. Signed-off-by: Max Reitz <mreitz@redhat.com> Message-Id: <20180611205203.2624-7-mreitz@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'scripts/clean-includes')
0 files changed, 0 insertions, 0 deletions