The following changes since commit 5da72194df36535d773c8bdc951529ecd5e31707:
Merge tag 'pull-tcg-20240424' of https://gitlab.com/rth7680/qemu into staging (2024-04-24 15:51:49 -0700) are available in the Git repository at: https://repo.or.cz/qemu/ericb.git tags/pull-nbd-2024-04-25 for you to fetch changes up to 4fa333e08dd96395a99ea8dd9e4c73a29dd23344: nbd/server: Mark negotiation functions as coroutine_fn (2024-04-25 12:59:19 -0500) ---------------------------------------------------------------- NBD patches for 2024-04-25 - Avoid calling poll() within coroutine ---------------------------------------------------------------- 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