All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] coroutine: Fix crashes due to too large pool batch size
@ 2022-05-10 15:10 Kevin Wolf
  2022-05-10 15:10 ` [PATCH 1/2] coroutine: Rename qemu_coroutine_inc/dec_pool_size() Kevin Wolf
  2022-05-10 15:10 ` [PATCH 2/2] coroutine: Revert to constant batch size Kevin Wolf
  0 siblings, 2 replies; 7+ messages in thread
From: Kevin Wolf @ 2022-05-10 15:10 UTC (permalink / raw)
  To: qemu-block; +Cc: kwolf, stefanha, hnarukaw, qemu-devel, qemu-stable

Kevin Wolf (2):
  coroutine: Rename qemu_coroutine_inc/dec_pool_size()
  coroutine: Revert to constant batch size

 include/qemu/coroutine.h |  6 +++---
 hw/block/virtio-blk.c    |  6 ++----
 util/qemu-coroutine.c    | 26 ++++++++++++++++----------
 3 files changed, 21 insertions(+), 17 deletions(-)

-- 
2.35.3



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-05-13  1:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-10 15:10 [PATCH 0/2] coroutine: Fix crashes due to too large pool batch size Kevin Wolf
2022-05-10 15:10 ` [PATCH 1/2] coroutine: Rename qemu_coroutine_inc/dec_pool_size() Kevin Wolf
2022-05-10 15:10 ` [PATCH 2/2] coroutine: Revert to constant batch size Kevin Wolf
2022-05-12  6:56   ` 成川 弘樹
2022-05-12  9:57     ` Kevin Wolf
2022-05-12 12:50     ` Philippe Mathieu-Daudé via
2022-05-13  1:18       ` 成川 弘樹

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.