mbox

[PULL,00/11] NBD patches for 2.11

Message ID 20170830180711.7974-1-eblake@redhat.com
State New
Headers show

Pull-request

git://repo.or.cz/qemu/ericb.git tags/pull-nbd-2017-08-30

Message

Eric Blake Aug. 30, 2017, 6:07 p.m. UTC
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(-)

Comments

Peter Maydell Aug. 31, 2017, 2:51 p.m. UTC | #1
On 30 August 2017 at 19:07, Eric Blake <eblake@redhat.com> wrote:
> 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
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM