From: Eric Blake <eblake@redhat.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PULL 00/11] NBD patches for 2.11
Date: Wed, 30 Aug 2017 13:07:00 -0500 [thread overview]
Message-ID: <20170830180711.7974-1-eblake@redhat.com> (raw)
The following changes since commit 1ab5eb4efb91a3d4569b0df6e824cc08ab4bd8ec:
Update version for v2.10.0 release (2017-08-30 17:02:54 +0100)
are available in the git repository at:
git://repo.or.cz/qemu/ericb.git tags/pull-nbd-2017-08-30
for you to fetch changes up to f35dff7e13b84d3fffe1103c2c69afd81df5e4f5:
block/nbd-client: refactor request send/receive (2017-08-30 13:00:38 -0500)
----------------------------------------------------------------
nbd patches for 2017-08-30
- Kashyap Chamarthy: qemu-iotests: Extend non-shared storage migration test (194)
- Stefan Hajnaczi: 0/3 nbd-client: enter read_reply_co during init to avoid crash
- Vladimir Sementsov-Ogievskiy: portions of 0/17 nbd client refactoring and fixing
----------------------------------------------------------------
Kashyap Chamarthy (1):
qemu-iotests: Extend non-shared storage migration test (194)
Stefan Hajnoczi (3):
nbd-client: avoid read_reply_co entry if send failed
qemu-iotests: improve nbd-fault-injector.py startup protocol
qemu-iotests: test NBD over UNIX domain sockets in 083
Vladimir Sementsov-Ogievskiy (7):
nbd/client: fix nbd_opt_go
nbd/client: refactor nbd_read_eof
nbd/client: refactor nbd_receive_reply
nbd/client: fix nbd_send_request to return int
block/nbd-client: get rid of ssize_t
block/nbd-client: rename nbd_recv_coroutines_enter_all
block/nbd-client: refactor request send/receive
include/block/nbd.h | 4 +-
nbd/nbd-internal.h | 33 +++++--
block/nbd-client.c | 102 ++++++++-------------
nbd/client.c | 21 +++--
tests/qemu-iotests/common.filter | 4 +-
tests/qemu-iotests/083 | 138 +++++++++++++++++-----------
tests/qemu-iotests/083.out | 149 +++++++++++++++++++++++++++----
tests/qemu-iotests/194 | 23 +++--
tests/qemu-iotests/194.out | 11 ++-
tests/qemu-iotests/nbd-fault-injector.py | 4 +
10 files changed, 319 insertions(+), 170 deletions(-)
--
2.13.5
next reply other threads:[~2017-08-30 18:07 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-30 18:07 Eric Blake [this message]
2017-08-30 18:07 ` [Qemu-devel] [PULL 01/11] qemu-iotests: Extend non-shared storage migration test (194) Eric Blake
2017-08-30 18:07 ` [Qemu-devel] [PULL 02/11] nbd-client: avoid read_reply_co entry if send failed Eric Blake
2017-08-30 18:07 ` [Qemu-devel] [PULL 03/11] qemu-iotests: improve nbd-fault-injector.py startup protocol Eric Blake
2017-08-30 18:07 ` [Qemu-devel] [PULL 04/11] qemu-iotests: test NBD over UNIX domain sockets in 083 Eric Blake
2017-08-30 18:07 ` [Qemu-devel] [PULL 05/11] nbd/client: fix nbd_opt_go Eric Blake
2017-08-30 18:07 ` [Qemu-devel] [PULL 06/11] nbd/client: refactor nbd_read_eof Eric Blake
2017-08-30 18:07 ` [Qemu-devel] [PULL 07/11] nbd/client: refactor nbd_receive_reply Eric Blake
2017-08-30 18:07 ` [Qemu-devel] [PULL 08/11] nbd/client: fix nbd_send_request to return int Eric Blake
2017-08-30 18:07 ` [Qemu-devel] [PULL 09/11] block/nbd-client: get rid of ssize_t Eric Blake
2017-08-30 18:07 ` [Qemu-devel] [PULL 10/11] block/nbd-client: rename nbd_recv_coroutines_enter_all Eric Blake
2017-08-30 18:07 ` [Qemu-devel] [PULL 11/11] block/nbd-client: refactor request send/receive Eric Blake
2017-08-31 14:51 ` [Qemu-devel] [PULL 00/11] NBD patches for 2.11 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=20170830180711.7974-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).