Re: [PATCH 1/3] coroutine: let CoQueue wake up outside a coroutine

2020-10-27 Thread Kevin Wolf
Am 10.10.2020 um 22:41 hat marcandre.lur...@redhat.com geschrieben: > From: Marc-André Lureau > > The assert() was added in commit b681a1c73e15 ("block: Repair the > throttling code."), when the qemu_co_queue_do_restart() function > required to be running in a coroutine. It was later made unnece

Re: [PATCH 1/3] coroutine: let CoQueue wake up outside a coroutine

2020-10-26 Thread Markus Armbruster
Kevin or Stefan, please review. marcandre.lur...@redhat.com writes: > From: Marc-André Lureau > > The assert() was added in commit b681a1c73e15 ("block: Repair the > throttling code."), when the qemu_co_queue_do_restart() function > required to be running in a coroutine. It was later made unnece