--- qemu/qemu-coroutine-int.h 2018/04/24 19:17:36 1.1.1.1 +++ qemu/qemu-coroutine-int.h 2018/04/24 19:34:51 1.1.1.2 @@ -37,7 +37,7 @@ struct Coroutine { CoroutineEntry *entry; void *entry_arg; Coroutine *caller; - QLIST_ENTRY(Coroutine) pool_next; + QSLIST_ENTRY(Coroutine) pool_next; QTAILQ_ENTRY(Coroutine) co_queue_next; };