]> git.proxmox.com Git - mirror_qemu.git/commit
qapi: More complex uses of QAPI_LIST_APPEND
authorEric Blake <eblake@redhat.com>
Wed, 13 Jan 2021 22:10:13 +0000 (16:10 -0600)
committerMarkus Armbruster <armbru@redhat.com>
Thu, 28 Jan 2021 07:08:45 +0000 (08:08 +0100)
commit95b3a8c8a82a34ca874ac0d4a9bbbdb38034acf3
tree76d842228434aa8ac1dc10f8fcc4bfc5cce422d5
parentc3033fd372fdaf5b89190136a74b3d78880b85d6
qapi: More complex uses of QAPI_LIST_APPEND

These cases require a bit more thought to review; in each case, the
code was appending to a list, but not with a FOOList **tail variable.

Signed-off-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Message-Id: <20210113221013.390592-6-eblake@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
[Flawed change to qmp_guest_network_get_interfaces() dropped]
Signed-off-by: Markus Armbruster <armbru@redhat.com>
13 files changed:
block/gluster.c
block/qapi.c
dump/dump.c
hw/core/machine-qmp-cmds.c
hw/mem/memory-device.c
hw/pci/pci.c
migration/migration.c
monitor/hmp-cmds.c
net/net.c
qga/commands-posix.c
qga/commands-win32.c
softmmu/tpm.c
ui/spice-core.c