qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PULL 0/6] NBD patches for 2020-09-02


From: Eric Blake
Subject: [PULL 0/6] NBD patches for 2020-09-02
Date: Wed, 2 Sep 2020 16:53:54 -0500

The following changes since commit ed215cec0fcaeaece064b0fdf37fe3bceb06d76c:

  Merge remote-tracking branch 
'remotes/ehabkost/tags/machine-next-pull-request' into staging (2020-09-02 
15:26:38 +0100)

are available in the Git repository at:

  https://repo.or.cz/qemu/ericb.git tags/pull-nbd-2020-09-02

for you to fetch changes up to eb705985f43d631438a318f1146eac61ae10d273:

  nbd: disable signals and forking on Windows builds (2020-09-02 16:48:21 -0500)

----------------------------------------------------------------
nbd patches for 2020-09-02

- fix a few iotests affected by earlier nbd changes
- avoid blocking qemu by nbd client in connect()
- build qemu-nbd for mingw

----------------------------------------------------------------
Daniel P. Berrangé (3):
      block: add missing socket_init() calls to tools
      nbd: skip SIGTERM handler if NBD device support is not built
      nbd: disable signals and forking on Windows builds

Max Reitz (2):
      iotests/059: Fix reference output
      iotests/259: Fix reference output

Vladimir Sementsov-Ogievskiy (1):
      block/nbd: use non-blocking connect: fix vm hang on connect()

 block/nbd.c                | 266 ++++++++++++++++++++++++++++++++++++++++++++-
 qemu-img.c                 |   2 +
 qemu-io.c                  |   2 +
 qemu-nbd.c                 |  11 +-
 meson.build                |   7 +-
 tests/qemu-iotests/059.out |   2 +-
 tests/qemu-iotests/259.out |   2 +-
 7 files changed, 283 insertions(+), 9 deletions(-)

-- 
2.28.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]