]> git.proxmox.com Git - mirror_qemu.git/commit
xen-block: Replace qdict_put_obj() by qdict_put() where appropriate
authorMarkus Armbruster <armbru@redhat.com>
Wed, 13 Mar 2019 17:44:33 +0000 (18:44 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 26 Mar 2019 07:10:11 +0000 (08:10 +0100)
commitad85b0b4c737d59bcdfba1e75b9a202e12fb5349
treefe26a42cc146452d163d2e264b2f125b8fe94ffd
parent57b7291e90aca93da41b32d264e96d313db87b42
xen-block: Replace qdict_put_obj() by qdict_put() where appropriate

Patch created mechanically by rerunning:

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

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20190313174433.12966-1-armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Acked-by: Paul Durrant <paul.durrant@citrix.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
hw/block/xen-block.c