On Fri, Apr 15, 2016 at 01:31:56PM +0200, Paolo Bonzini wrote:
> 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.
> 
> Signed-off-by: Paolo Bonzini <[email protected]>
> ---
>  include/qemu/coroutine.h     |  2 +-
>  include/qemu/coroutine_int.h |  4 ++--
>  util/qemu-coroutine-lock.c   | 22 +++++++++++-----------
>  util/qemu-coroutine.c        |  2 +-
>  4 files changed, 15 insertions(+), 15 deletions(-)

Suitable as its own non-RFC patch.

Reviewed-by: Stefan Hajnoczi <[email protected]>

Attachment: signature.asc
Description: PGP signature

Reply via email to