qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Eric Blake <eblake@redhat.com>
To: qemu-devel@nongnu.org
Subject: [PULL 0/6] NBD patches for 2020-09-02
Date: Wed,  2 Sep 2020 16:53:54 -0500	[thread overview]
Message-ID: <20200902215400.2673028-1-eblake@redhat.com> (raw)

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	other threads:[~2020-09-02 21:57 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-02 21:53 Eric Blake [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200902215400.2673028-1-eblake@redhat.com \
    --to=eblake@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).