From: Eric Blake <eblake@redhat.com>
To: qemu-devel@nongnu.org
Subject: [PULL v3 0/8] NBD patches through 2020-10-08
Date: Fri, 9 Oct 2020 15:07:12 -0500 [thread overview]
Message-ID: <20201009200720.1169904-1-eblake@redhat.com> (raw)
The following changes since commit 4a7c0bd9dcb08798c6f82e55b5a3423f7ee669f1:
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.2-20201009' into staging (2020-10-09 15:48:04 +0100)
are available in the Git repository at:
https://repo.or.cz/qemu/ericb.git tags/pull-nbd-2020-10-08-v3
for you to fetch changes up to ebd57062a1957307a175a810441af87259d7dbe9:
nbd: Simplify meta-context parsing (2020-10-09 15:05:08 -0500)
v2: fix BSD build
v3: fix mingw build (only the affected patch resent)
----------------------------------------------------------------
nbd patches for 2020-10-08
- silence compilation warnings
- more fixes to prevent reconnect hangs
- improve 'qemu-nbd' termination behavior
- cleaner NBD protocol compliance on string handling
----------------------------------------------------------------
Christian Borntraeger (1):
nbd: silence maybe-uninitialized warnings
Eric Blake (3):
qemu-nbd: Honor SIGINT and SIGHUP
nbd/server: Reject embedded NUL in NBD strings
nbd: Simplify meta-context parsing
Vladimir Sementsov-Ogievskiy (4):
block/nbd: fix drain dead-lock because of nbd reconnect-delay
block/nbd: correctly use qio_channel_detach_aio_context when needed
block/nbd: fix reconnect-delay
block/nbd: nbd_co_reconnect_loop(): don't connect if drained
block/nbd.c | 71 ++++++++++++++++---
nbd/server.c | 221 ++++++++++++++++++++++++-----------------------------------
qemu-nbd.c | 15 ++--
3 files changed, 157 insertions(+), 150 deletions(-)
--
2.28.0
next reply other threads:[~2020-10-09 20:14 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-09 20:07 Eric Blake [this message]
2020-10-09 20:07 ` [PULL v3 6/8] qemu-nbd: Honor SIGINT and SIGHUP Eric Blake
2020-10-11 13:33 ` [PULL v3 0/8] NBD patches through 2020-10-08 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=20201009200720.1169904-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).