qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 for-9.0? 0/2] Fix NBD TLS poll in coroutine
@ 2024-04-08 16:00 Eric Blake
  2024-04-08 16:00 ` [PATCH v5 1/2] nbd/server: do not poll within a coroutine context Eric Blake
  2024-04-08 16:00 ` [PATCH v5 2/2] nbd/server: Mark negotiation functions as coroutine_fn Eric Blake
  0 siblings, 2 replies; 8+ messages in thread
From: Eric Blake @ 2024-04-08 16:00 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-block, Zhu Yangyang

v4 was here:
https://lists.gnu.org/archive/html/qemu-devel/2024-04/msg00624.html

Since then: add some asserts [Vladimir], add second patch with more
coroutine_fn annotations [Vladimir]

Eric Blake (1):
  nbd/server: Mark negotiation functions as coroutine_fn

Zhu Yangyang (1):
  nbd/server: do not poll within a coroutine context

 nbd/nbd-internal.h |  10 ----
 nbd/client.c       |  28 ++++++++--
 nbd/common.c       |  11 ----
 nbd/server.c       | 128 ++++++++++++++++++++++++++++-----------------
 4 files changed, 105 insertions(+), 72 deletions(-)

-- 
2.44.0



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

end of thread, other threads:[~2024-04-10 12:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-08 16:00 [PATCH v5 for-9.0? 0/2] Fix NBD TLS poll in coroutine Eric Blake
2024-04-08 16:00 ` [PATCH v5 1/2] nbd/server: do not poll within a coroutine context Eric Blake
2024-04-09  6:13   ` Vladimir Sementsov-Ogievskiy
2024-04-08 16:00 ` [PATCH v5 2/2] nbd/server: Mark negotiation functions as coroutine_fn Eric Blake
2024-04-09  6:30   ` Vladimir Sementsov-Ogievskiy
2024-04-09 15:49     ` Eric Blake
2024-04-10  7:05       ` Vladimir Sementsov-Ogievskiy
2024-04-10 12:53         ` Eric Blake

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).