]> git.ipfire.org Git - thirdparty/qemu.git/commit
block: Replace qdict_put() by qdict_put_obj() where appropriate
authorMarkus Armbruster <armbru@redhat.com>
Thu, 13 Dec 2018 17:51:54 +0000 (18:51 +0100)
committerKevin Wolf <kwolf@redhat.com>
Fri, 1 Feb 2019 12:46:44 +0000 (13:46 +0100)
commit4e20c1becba3fd2e8e71a2663cefb9627fd2a6e0
tree7e2de083c4c59c935c7117b8de736073ecb693ef
parent76f1cf0a5e279a28fb833104b97ea561e4293c47
block: Replace qdict_put() by qdict_put_obj() where appropriate

Patch created mechanically by rerunning:

  $  spatch --sp-file scripts/coccinelle/qobject.cocci \
    --macro-file scripts/cocci-macro-file.h \
    --dir block --in-place

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Alberto Garcia <berto@igalia.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/blklogwrites.c