mbox

[PULL,0/2] NBD patches for 2024-04-25

Message ID 20240425214425.571652-4-eblake@redhat.com
State New
Headers show

Pull-request

https://repo.or.cz/qemu/ericb.git tags/pull-nbd-2024-04-25

Message

Eric Blake April 25, 2024, 9:43 p.m. UTC
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(-)

Comments

Richard Henderson April 26, 2024, 10:27 p.m. UTC | #1
On 4/25/24 14:43, Eric Blake wrote:
> The following changes since commit 5da72194df36535d773c8bdc951529ecd5e31707:
> 
>    Merge tag 'pull-tcg-20240424' ofhttps://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

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/9.1 as appropriate.


r~