On Mon, 01/22 23:07, Max Reitz wrote:
> qemu_iovec_destroy(&op->qiov);
> - g_free(op);
>
> - if (s->waiting_for_io) {
> - qemu_coroutine_enter(s->common.co);
> - }
> + qemu_co_queue_restart_all(&op->waiting_requests);
> + g_free(op);OK, this answers my question to patch 5. Fam
