On 11/8/22 15:37, Kevin Wolf wrote:
int ret;trace_qed_need_check_timer_cb(s);@@ -310,9 +309,20 @@ static void coroutine_fn qed_need_check_timer_entry(void *opaque) (void) ret; }+static void coroutine_fn qed_need_check_timer_entry(void *opaque)+{ + BDRVQEDState *s = opaque; + + qed_need_check_timer(opaque); + bdrv_dec_in_flight(s->bs);
hmm, one question: don't we need aio_wait_kick() call here?
+} + static void qed_need_che
-- Best regards, Vladimir