summary refs log tree commit diff stats
path: root/util/qemu-coroutine-io.c
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2016-07-04 19:09:59 +0200
committerKevin Wolf <kwolf@redhat.com>2016-07-13 13:26:02 +0200
commit7d9c8581370738fb3877a724ac061e6a8cd00121 (patch)
tree9d3a8a6c126d03457189166249eb8e077845157f /util/qemu-coroutine-io.c
parent5af7045bd0d45cff5c8eb0a3b14b900d9bd24998 (diff)
downloadfocaccia-qemu-7d9c8581370738fb3877a724ac061e6a8cd00121.tar.gz
focaccia-qemu-7d9c8581370738fb3877a724ac061e6a8cd00121.zip
coroutine: use QSIMPLEQ instead of QTAILQ
CoQueue do not need to remove any element but the head of the list;
processing is always strictly FIFO.  Therefore, the simpler singly-linked
QSIMPLEQ can be used instead.

Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Fam Zheng <famz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'util/qemu-coroutine-io.c')
0 files changed, 0 insertions, 0 deletions