]> 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)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Mon, 31 Jul 2017 22:11:11 +0000 (17:11 -0500)
commite59084b5b2daa22427d3dc4e1fd241f69910615e
tree7eae41d9fae3009831e68124b285615d78dc35c6
parent1eaf431077759ed1013a199e913de711ceeb4087
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>
(cherry picked from commit 46f5ac205a9dc5e2c24274c7df371509a286281f)
* prereq for fc0932f
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
33 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
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