]> git.proxmox.com Git - mirror_qemu.git/commit
block: Use QDict helpers for --force-share
authorEric Blake <eblake@redhat.com>
Mon, 15 May 2017 19:54:39 +0000 (14:54 -0500)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 23 May 2017 11:28:17 +0000 (13:28 +0200)
commit579cf1d104ba424654b2093e2555e1c2f12fcffb
tree217a404db4a102c4cbf018a9599a458da1ae82d0
parent08fba7ac9b618516a5f1d096f78a7e2837fe0594
block: Use QDict helpers for --force-share

Fam's addition of --force-share in commits 459571f7 and 335e9937
were developed prior to the addition of QDict scalar insertion
macros, but merged after the general cleanup in commit 46f5ac20.
Patch created mechanically by rerunning:

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

Signed-off-by: Eric Blake <eblake@redhat.com>
Message-Id: <20170515195439.17677-1-eblake@redhat.com>
Reviewed-by: Fam Zheng <famz@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
qemu-img.c
qemu-io.c