[Qemu-devel] [PULL 0/8] NBD patches for 2.11-rc1

Eric Blake posted 8 patches 6 years, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20171109165939.23154-1-eblake@redhat.com
Test checkpatch passed
Test docker passed
Test ppc passed
Test s390x passed
include/block/nbd.h    | 18 +++++++++++++-----
block/nbd-client.c     | 37 +++++++++++++++++++++++++++++++------
nbd/client.c           |  4 +++-
nbd/server.c           | 26 +++++++++++++++++++++++---
nbd/trace-events       |  3 ++-
tests/qemu-iotests/058 |  8 ++++----
tests/qemu-iotests/140 |  4 ++--
tests/qemu-iotests/147 |  1 +
8 files changed, 79 insertions(+), 22 deletions(-)
[Qemu-devel] [PULL 0/8] NBD patches for 2.11-rc1
Posted by Eric Blake 6 years, 5 months ago
The following changes since commit b0fbe46ad82982b289a44ee2495b59b0bad8a842:

  Update version for v2.11.0-rc0 release (2017-11-07 16:05:28 +0000)

are available in the git repository at:

  git://repo.or.cz/qemu/ericb.git tags/pull-nbd-2017-11-09

for you to fetch changes up to ef8c887ee01a4e4c8c5c28c86ea5b45162c51bcd:

  nbd/server: Fix structured read of length 0 (2017-11-09 10:25:11 -0600)

----------------------------------------------------------------
nbd patches for 2017-11-09

- Vladimir Sementsov-Ogievskiy: nbd/server: fix nbd_negotiate_handle_info
- Eric Blake: 0/7 various NBD fixes for 2.11

----------------------------------------------------------------
Eric Blake (7):
      nbd-client: Fix error message typos
      nbd-client: Refuse read-only client with BDRV_O_RDWR
      nbd/client: Nicer trace of structured reply
      nbd: Fix struct name for structured reads
      nbd-client: Short-circuit 0-length operations
      nbd-client: Stricter enforcing of structured reply spec
      nbd/server: Fix structured read of length 0

Vladimir Sementsov-Ogievskiy (1):
      nbd/server: fix nbd_negotiate_handle_info

 include/block/nbd.h    | 18 +++++++++++++-----
 block/nbd-client.c     | 37 +++++++++++++++++++++++++++++++------
 nbd/client.c           |  4 +++-
 nbd/server.c           | 26 +++++++++++++++++++++++---
 nbd/trace-events       |  3 ++-
 tests/qemu-iotests/058 |  8 ++++----
 tests/qemu-iotests/140 |  4 ++--
 tests/qemu-iotests/147 |  1 +
 8 files changed, 79 insertions(+), 22 deletions(-)

-- 
2.13.6


Re: [Qemu-devel] [PULL 0/8] NBD patches for 2.11-rc1
Posted by Peter Maydell 6 years, 5 months ago
On 9 November 2017 at 16:59, Eric Blake <eblake@redhat.com> wrote:
> The following changes since commit b0fbe46ad82982b289a44ee2495b59b0bad8a842:
>
>   Update version for v2.11.0-rc0 release (2017-11-07 16:05:28 +0000)
>
> are available in the git repository at:
>
>   git://repo.or.cz/qemu/ericb.git tags/pull-nbd-2017-11-09
>
> for you to fetch changes up to ef8c887ee01a4e4c8c5c28c86ea5b45162c51bcd:
>
>   nbd/server: Fix structured read of length 0 (2017-11-09 10:25:11 -0600)
>
> ----------------------------------------------------------------
> nbd patches for 2017-11-09
>
> - Vladimir Sementsov-Ogievskiy: nbd/server: fix nbd_negotiate_handle_info
> - Eric Blake: 0/7 various NBD fixes for 2.11
>
> ----------------------------------------------------------------
> Eric Blake (7):
>       nbd-client: Fix error message typos
>       nbd-client: Refuse read-only client with BDRV_O_RDWR
>       nbd/client: Nicer trace of structured reply
>       nbd: Fix struct name for structured reads
>       nbd-client: Short-circuit 0-length operations
>       nbd-client: Stricter enforcing of structured reply spec
>       nbd/server: Fix structured read of length 0
>
> Vladimir Sementsov-Ogievskiy (1):
>       nbd/server: fix nbd_negotiate_handle_info
>

Applied, thanks.

-- PMM