qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 0/6] NBD patches for 2020-09-02
@ 2020-09-02 21:53 Eric Blake
  2020-09-02 21:53 ` [PULL 1/6] iotests/059: Fix reference output Eric Blake
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Eric Blake @ 2020-09-02 21:53 UTC (permalink / raw)
  To: qemu-devel

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



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-09-04 14:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-02 21:53 [PULL 0/6] NBD patches for 2020-09-02 Eric Blake
2020-09-02 21:53 ` [PULL 1/6] iotests/059: Fix reference output Eric Blake
2020-09-02 21:53 ` [PULL 2/6] iotests/259: " Eric Blake
2020-09-02 21:53 ` [PULL 3/6] block/nbd: use non-blocking connect: fix vm hang on connect() Eric Blake
2020-09-02 21:53 ` [PULL 4/6] block: add missing socket_init() calls to tools Eric Blake
2020-09-02 21:53 ` [PULL 5/6] nbd: skip SIGTERM handler if NBD device support is not built Eric Blake
2020-09-02 21:54 ` [PULL 6/6] nbd: disable signals and forking on Windows builds Eric Blake
2020-09-04 14:53 ` [PULL 0/6] NBD patches for 2020-09-02 Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).