On 22/11/2016 13:24, Kevin Wolf wrote: > + > + assert(rewrite == !!acb->rewrite_count);
I think this might actually trigger if none of the rewrite coroutines
yields.
Paolo
> + while (acb->rewrite_count) {
> qemu_coroutine_yield();
> }
