mbox

[PULL,0/2] NBD patches through 2025-02-11

Message ID 20250211202527.574723-4-eblake@redhat.com (mailing list archive)
State New
Headers show

Pull-request

https://repo.or.cz/qemu/ericb.git tags/pull-nbd-2025-02-11

Message

Eric Blake Feb. 11, 2025, 8:25 p.m. UTC
The following changes since commit ffaf7f0376f8040ce9068d71ae9ae8722505c42e:

  Merge tag 'pull-10.0-testing-and-gdstub-updates-100225-1' of https://gitlab.com/stsquad/qemu into staging (2025-02-10 13:26:17 -0500)

are available in the Git repository at:

  https://repo.or.cz/qemu/ericb.git tags/pull-nbd-2025-02-11

for you to fetch changes up to ff12e6a5ff904e68e222b0ba567938943e0f4b68:

  nbd/server: Allow users to adjust handshake limit in QMP (2025-02-11 13:45:47 -0600)

----------------------------------------------------------------
NBD patches for 2025-02-11

- Add --handshake-limit option to qemu-nbd

----------------------------------------------------------------
Eric Blake (2):
      qemu-nbd: Allow users to adjust handshake limit
      nbd/server: Allow users to adjust handshake limit in QMP

 docs/tools/qemu-nbd.rst        |  5 +++++
 qapi/block-export.json         | 10 ++++++++++
 include/block/nbd.h            |  6 +++---
 block/monitor/block-hmp-cmds.c |  4 ++--
 blockdev-nbd.c                 | 26 ++++++++++++++++++--------
 qemu-nbd.c                     | 41 ++++++++++++++++++++++++++---------------
 6 files changed, 64 insertions(+), 28 deletions(-)

Comments

Stefan Hajnoczi Feb. 12, 2025, 5:38 p.m. UTC | #1
Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/10.0 for any user-visible changes.