]> git.proxmox.com Git - mirror_qemu.git/commit
qobject: Use simpler QDict/QList scalar insertion macros
authorEric Blake <eblake@redhat.com>
Thu, 27 Apr 2017 21:58:17 +0000 (16:58 -0500)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 9 May 2017 07:13:51 +0000 (09:13 +0200)
commit46f5ac205a9dc5e2c24274c7df371509a286281f
tree52cd3eab32f34963a5275f6f291386d4ad8b6624
parenta92c21591b5bb9543996538f14854ca6b528318b
qobject: Use simpler QDict/QList scalar insertion macros

We now have macros in place to make it less verbose to add a scalar
to QDict and QList, so use them.

Patch created mechanically via:
  spatch --sp-file scripts/coccinelle/qobject.cocci \
    --macro-file scripts/cocci-macro-file.h --dir . --in-place
then touched up manually to fix a couple of '?:' back to original
spacing, as well as avoiding a long line in monitor.c.

Signed-off-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20170427215821.19397-7-eblake@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Alberto Garcia <berto@igalia.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
34 files changed:
block.c
block/blkdebug.c
block/blkverify.c
block/curl.c
block/file-posix.c
block/file-win32.c
block/nbd.c
block/nfs.c
block/null.c
block/qcow2.c
block/quorum.c
block/rbd.c
block/snapshot.c
block/ssh.c
block/vvfat.c
block/vxhs.c
blockdev.c
hw/block/xen_disk.c
hw/usb/xen-usb.c
monitor.c
qapi/qmp-event.c
qemu-img.c
qemu-io.c
qemu-nbd.c
qobject/qdict.c
target/s390x/cpu_models.c
tests/check-qdict.c
tests/check-qlist.c
tests/device-introspect-test.c
tests/test-qemu-opts.c
tests/test-qmp-commands.c
tests/test-qmp-event.c
tests/test-qobject-output-visitor.c
util/qemu-option.c