qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 0/8] NBD patches for 2019-02-04


From: Eric Blake
Subject: [Qemu-devel] [PULL 0/8] NBD patches for 2019-02-04
Date: Mon, 4 Feb 2019 21:56:56 -0600

The following changes since commit 773c4a6228fd910556cee2d477ee56c591a30000:

  test-filter-mirror: pass UNIX domain socket through fd (2019-02-04 16:03:20 
+0000)

are available in the Git repository at:

  https://repo.or.cz/qemu/ericb.git tags/pull-nbd-2019-02-04

for you to fetch changes up to bc5a03350c220698229e7d6929dd242d5d358345:

  block/nbd-client: rename read_reply_co to connection_co (2019-02-04 15:11:27 
-0600)

----------------------------------------------------------------
nbd patches for 2019-02-04

- deprecate 'qemu-nbd --partition'
- preparation for NBD reconnect, including better logging of read errors

----------------------------------------------------------------
Eric Blake (1):
      qemu-nbd: Deprecate qemu-nbd --partition

Vladimir Sementsov-Ogievskiy (7):
      nbd: generalize usage of nbd_read
      block/nbd-client: split channel errors from export errors
      block/nbd: move connection code from block/nbd to block/nbd-client
      block/nbd-client: split connection from initialization
      block/nbd-client: fix nbd_reply_chunk_iter_receive
      block/nbd-client: don't check ioc
      block/nbd-client: rename read_reply_co to connection_co

 qemu-deprecated.texi |  33 +++++++++
 qemu-nbd.texi        |   6 +-
 block/nbd-client.h   |   6 +-
 include/block/nbd.h  |  32 ++++++++-
 block/nbd-client.c   | 199 ++++++++++++++++++++++++++++++++-------------------
 block/nbd.c          |  40 +----------
 nbd/client.c         |  88 ++++++++---------------
 nbd/common.c         |   2 +-
 nbd/server.c         |  27 +++----
 qemu-nbd.c           |   2 +
 10 files changed, 239 insertions(+), 196 deletions(-)

-- 
2.20.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]