]> git.proxmox.com Git - mirror_qemu.git/commit
migration: Simplify get_qlist
authorEric Auger <eric.auger@redhat.com>
Sat, 25 Jan 2020 17:24:49 +0000 (18:24 +0100)
committerJuan Quintela <quintela@redhat.com>
Wed, 29 Jan 2020 10:28:59 +0000 (11:28 +0100)
commita085664f21d80b3bc4d052a8e9c372abba2d6c38
treeabddcdeb0eac52b2d159a9f6b53f53aea7ea15e6
parentd32ca5ad7988328f95db6a26beb374c55154c77b
migration: Simplify get_qlist

Instead of inserting read elements at the head and
then reversing the list, it is simpler to add
each element after the previous one. Introduce
QLIST_RAW_INSERT_AFTER helper and use it in
get_qlist().

Signed-off-by: Eric Auger <eric.auger@redhat.com>
Suggested-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
include/qemu/queue.h
migration/vmstate-types.c