mbox series

[0/2] nbd: Allow debugging tuning of handshake limit

Message ID 20250203222722.650694-4-eblake@redhat.com (mailing list archive)
Headers show
Series nbd: Allow debugging tuning of handshake limit | expand

Message

Eric Blake Feb. 3, 2025, 10:26 p.m. UTC
Reviving a patch that has been sitting in my tree for a while.  It's
mostly useful for low-level integration testing (such as debugging
libnbd as an NBD client).

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(-)