[Qemu-devel] [PULL 0/4] NBD patches for 4.0-rc3

Eric Blake posted 4 patches 5 years ago
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test checkpatch passed
Test asan passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190408190233.10321-1-eblake@redhat.com
Maintainers: Eric Blake <eblake@redhat.com>
nbd/client.c     |  2 +-
nbd/server.c     | 39 +++++++++++++++++++++++++++------------
nbd/trace-events |  1 +
3 files changed, 29 insertions(+), 13 deletions(-)
[Qemu-devel] [PULL 0/4] NBD patches for 4.0-rc3
Posted by Eric Blake 5 years ago
The following changes since commit 2c573106279495795449b0d0373464b597dfe316:

  Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-04-08' into staging (2019-04-08 15:21:11 +0100)

are available in the Git repository at:

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

for you to fetch changes up to e53f88df77e70350b0eda92a2e5e39f67792008f:

  nbd/client: Fix error message for server with unusable sizing (2019-04-08 13:51:25 -0500)

----------------------------------------------------------------
nbd patches for 2019-04-08

- Fix minor issues in recent alignment patches

----------------------------------------------------------------
Eric Blake (4):
      nbd/server: Fix blockstatus trace
      nbd/server: Trace client noncompliance on unaligned requests
      nbd/server: Don't fail NBD_OPT_INFO for byte-aligned sources
      nbd/client: Fix error message for server with unusable sizing

 nbd/client.c     |  2 +-
 nbd/server.c     | 39 +++++++++++++++++++++++++++------------
 nbd/trace-events |  1 +
 3 files changed, 29 insertions(+), 13 deletions(-)

-- 
2.20.1


Re: [Qemu-devel] [PULL 0/4] NBD patches for 4.0-rc3
Posted by Peter Maydell 5 years ago
On Mon, 8 Apr 2019 at 20:04, Eric Blake <eblake@redhat.com> wrote:
>
> The following changes since commit 2c573106279495795449b0d0373464b597dfe316:
>
>   Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-04-08' into staging (2019-04-08 15:21:11 +0100)
>
> are available in the Git repository at:
>
>   https://repo.or.cz/qemu/ericb.git tags/pull-nbd-2019-04-08
>
> for you to fetch changes up to e53f88df77e70350b0eda92a2e5e39f67792008f:
>
>   nbd/client: Fix error message for server with unusable sizing (2019-04-08 13:51:25 -0500)
>
> ----------------------------------------------------------------
> nbd patches for 2019-04-08
>
> - Fix minor issues in recent alignment patches
>
> ----------------------------------------------------------------
> Eric Blake (4):
>       nbd/server: Fix blockstatus trace
>       nbd/server: Trace client noncompliance on unaligned requests
>       nbd/server: Don't fail NBD_OPT_INFO for byte-aligned sources
>       nbd/client: Fix error message for server with unusable sizing
>
>  nbd/client.c     |  2 +-
>  nbd/server.c     | 39 +++++++++++++++++++++++++++------------
>  nbd/trace-events |  1 +
>  3 files changed, 29 insertions(+), 13 deletions(-)
>

Applied, thanks.

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

-- PMM