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