qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/11] NBD patches for 2.11
@ 2017-08-30 18:07 Eric Blake
  2017-08-30 18:07 ` [Qemu-devel] [PULL 01/11] qemu-iotests: Extend non-shared storage migration test (194) Eric Blake
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Eric Blake @ 2017-08-30 18:07 UTC (permalink / raw)
  To: qemu-devel

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2017-08-31 14:52 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-30 18:07 [Qemu-devel] [PULL 00/11] NBD patches for 2.11 Eric Blake
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

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).