[PULL 0/4] NBD patches through 2025-03-05

Eric Blake posted 4 patches 3 weeks, 5 days ago
qapi/block-export.json | 94 ++++++++++++++++++++++----------------------------
blockdev-nbd.c         |  4 +--
qemu-nbd.c             | 16 ++++++---
tests/qemu-iotests/162 |  1 +
tests/qemu-iotests/302 | 19 +++++++---
5 files changed, 71 insertions(+), 63 deletions(-)
[PULL 0/4] NBD patches through 2025-03-05
Posted by Eric Blake 3 weeks, 5 days ago
The following changes since commit 661c2e1ab29cd9c4d268ae3f44712e8d421c0e56:

  scripts/checkpatch: Fix a typo (2025-03-04 09:30:26 +0800)

are available in the Git repository at:

  https://repo.or.cz/qemu/ericb.git tags/pull-nbd-2025-03-05

for you to fetch changes up to 3e1683485656c095860a8dfbe39ab2d0664b84d9:

  nbd: Defer trace init until after daemonization (2025-03-05 13:00:22 -0600)

----------------------------------------------------------------
NBD patches for 2025-03-05

- Several iotest fixes
- Refactor QMP for NbdServerOptions for less repetition
- Avoid a hang in 'qemu-nbd --fork' when simple trace backend is enabled

----------------------------------------------------------------
Eric Blake (1):
      nbd: Defer trace init until after daemonization

Nir Soffer (1):
      iotest: Unbreak 302 with python 3.13

Thomas Huth (1):
      iotests: Stop NBD server in test 162 before starting the next one

Vladimir Sementsov-Ogievskiy (1):
      qapi: merge common parts of NbdServerOptions and nbd-server-start data

 qapi/block-export.json | 94 ++++++++++++++++++++++----------------------------
 blockdev-nbd.c         |  4 +--
 qemu-nbd.c             | 16 ++++++---
 tests/qemu-iotests/162 |  1 +
 tests/qemu-iotests/302 | 19 +++++++---
 5 files changed, 71 insertions(+), 63 deletions(-)

-- 
2.48.1
Re: [PULL 0/4] NBD patches through 2025-03-05
Posted by Stefan Hajnoczi 3 weeks, 4 days ago
Applied, thanks.

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