[Qemu-devel] [PULL 0/4] nbd patches for 2018-03-01

Eric Blake posted 4 patches 7 years, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180301210249.14872-1-eblake@redhat.com
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test docker-quick@centos6 passed
Test ppcbe passed
Test ppcle passed
Test s390x passed
include/block/nbd.h | 53 ++++++++++++++++++++++++++++++++++++++++++-----------
block/nbd-client.c  |  3 ---
block/nbd.c         |  2 ++
nbd/client.c        | 24 ++++++++++++------------
nbd/common.c        | 10 ++++++++++
nbd/server.c        |  4 ++--
nbd/trace-events    |  8 ++++----
7 files changed, 72 insertions(+), 32 deletions(-)
[Qemu-devel] [PULL 0/4] nbd patches for 2018-03-01
Posted by Eric Blake 7 years, 7 months ago
The following changes since commit 0dc8ae5e8e693737dfe65ba02d0c6eccb58a9c67:

  Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20180301-v2' into staging (2018-03-01 17:08:16 +0000)

are available in the Git repository at:

  git://repo.or.cz/qemu/ericb.git tags/pull-nbd-2018-03-01

for you to fetch changes up to 28fb494f9b8827c6087d515e20a3c78baaf443cc:

  nbd/client: fix error messages in nbd_handle_reply_err (2018-03-01 14:48:23 -0600)

----------------------------------------------------------------
nbd patches for 2018-03-01

- Eric Blake: nbd: Honor server's advertised minimum block size
- Vladimir Sementsov-Ogievskiy: partial: nbd block status base:allocation

----------------------------------------------------------------
Eric Blake (1):
      nbd: Honor server's advertised minimum block size

Vladimir Sementsov-Ogievskiy (3):
      nbd: change indenting in nbd.h
      nbd: BLOCK_STATUS constants
      nbd/client: fix error messages in nbd_handle_reply_err

 include/block/nbd.h | 53 ++++++++++++++++++++++++++++++++++++++++++-----------
 block/nbd-client.c  |  3 ---
 block/nbd.c         |  2 ++
 nbd/client.c        | 24 ++++++++++++------------
 nbd/common.c        | 10 ++++++++++
 nbd/server.c        |  4 ++--
 nbd/trace-events    |  8 ++++----
 7 files changed, 72 insertions(+), 32 deletions(-)

-- 
2.14.3


Re: [Qemu-devel] [PULL 0/4] nbd patches for 2018-03-01
Posted by Peter Maydell 7 years, 7 months ago
On 1 March 2018 at 21:02, Eric Blake <eblake@redhat.com> wrote:
> The following changes since commit 0dc8ae5e8e693737dfe65ba02d0c6eccb58a9c67:
>
>   Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20180301-v2' into staging (2018-03-01 17:08:16 +0000)
>
> are available in the Git repository at:
>
>   git://repo.or.cz/qemu/ericb.git tags/pull-nbd-2018-03-01
>
> for you to fetch changes up to 28fb494f9b8827c6087d515e20a3c78baaf443cc:
>
>   nbd/client: fix error messages in nbd_handle_reply_err (2018-03-01 14:48:23 -0600)
>
> ----------------------------------------------------------------
> nbd patches for 2018-03-01
>
> - Eric Blake: nbd: Honor server's advertised minimum block size
> - Vladimir Sementsov-Ogievskiy: partial: nbd block status base:allocation
>
> ----------------------------------------------------------------
> Eric Blake (1):
>       nbd: Honor server's advertised minimum block size
>
> Vladimir Sementsov-Ogievskiy (3):
>       nbd: change indenting in nbd.h
>       nbd: BLOCK_STATUS constants
>       nbd/client: fix error messages in nbd_handle_reply_err

Applied, thanks.

-- PMM