[Qemu-devel] [PULL 0/8] NBD patches through 2019-01-05

Eric Blake posted 8 patches 5 years, 3 months ago
Test asan passed
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test docker-clang@ubuntu passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190105140100.26913-1-eblake@redhat.com
docs/interop/nbd.txt       | 19 +++++++++++++-
include/block/nbd.h        |  5 ++++
nbd/nbd-internal.h         |  8 ++----
block/nbd-client.c         | 23 ++++++++++++++---
nbd/client.c               | 63 ++++++++++++++++------------------------------
qemu-nbd.c                 | 22 ++++++++++++++--
block/trace-events         |  4 +++
nbd/trace-events           |  1 +
tests/qemu-iotests/083.out | 28 ---------------------
tests/qemu-iotests/233.out |  2 +-
10 files changed, 92 insertions(+), 83 deletions(-)
[Qemu-devel] [PULL 0/8] NBD patches through 2019-01-05
Posted by Eric Blake 5 years, 3 months ago
The following changes since commit 9b2e891ec5ccdb4a7d583b77988848282606fdea:

  Merge remote-tracking branch 'remotes/marcel/tags/rdma-pull-request' into staging (2018-12-22 11:25:31 +0000)

are available in the Git repository at:

  https://repo.or.cz/qemu/ericb.git tags/pull-nbd-2019-01-05

for you to fetch changes up to ef2e35fcc8e14bcc9366df5fdf53f65d679f8dca:

  nbd/client: Drop pointless buf variable (2019-01-05 07:53:22 -0600)

----------------------------------------------------------------
nbd patches for 2019-01-05

Error and trace improvements in NBD code, such as less noise for
common disconnect scenarios.

- Vladimir Sementsov-Ogievskiy: 0/3 nbd-client: drop extra error noise
- Eric Blake: portions of 0/22 nbd: add qemu-nbd --list

----------------------------------------------------------------
Eric Blake (6):
      nbd/client: Trace all server option error messages
      qemu-nbd: Use program name in error messages
      nbd: Document timeline of various features
      nbd/client: More consistent error messages
      qemu-nbd: Fail earlier for -c/-d on non-linux
      nbd/client: Drop pointless buf variable

Vladimir Sementsov-Ogievskiy (2):
      nbd: publish _lookup functions
      block/nbd-client: use traces instead of noisy error_report_err

 docs/interop/nbd.txt       | 19 +++++++++++++-
 include/block/nbd.h        |  5 ++++
 nbd/nbd-internal.h         |  8 ++----
 block/nbd-client.c         | 23 ++++++++++++++---
 nbd/client.c               | 63 ++++++++++++++++------------------------------
 qemu-nbd.c                 | 22 ++++++++++++++--
 block/trace-events         |  4 +++
 nbd/trace-events           |  1 +
 tests/qemu-iotests/083.out | 28 ---------------------
 tests/qemu-iotests/233.out |  2 +-
 10 files changed, 92 insertions(+), 83 deletions(-)

-- 
2.20.1


Re: [Qemu-devel] [PULL 0/8] NBD patches through 2019-01-05
Posted by Peter Maydell 5 years, 3 months ago
On Sat, 5 Jan 2019 at 14:03, Eric Blake <eblake@redhat.com> wrote:
>
> The following changes since commit 9b2e891ec5ccdb4a7d583b77988848282606fdea:
>
>   Merge remote-tracking branch 'remotes/marcel/tags/rdma-pull-request' into staging (2018-12-22 11:25:31 +0000)
>
> are available in the Git repository at:
>
>   https://repo.or.cz/qemu/ericb.git tags/pull-nbd-2019-01-05
>
> for you to fetch changes up to ef2e35fcc8e14bcc9366df5fdf53f65d679f8dca:
>
>   nbd/client: Drop pointless buf variable (2019-01-05 07:53:22 -0600)
>
> ----------------------------------------------------------------
> nbd patches for 2019-01-05
>
> Error and trace improvements in NBD code, such as less noise for
> common disconnect scenarios.
>
> - Vladimir Sementsov-Ogievskiy: 0/3 nbd-client: drop extra error noise
> - Eric Blake: portions of 0/22 nbd: add qemu-nbd --list
>

Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.0
for any user-visible changes.

-- PMM