[Qemu-devel] [PULL 0/9] NBD patches through 14 Oct

Eric Blake posted 9 patches 6 years, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20171015004033.3248-1-eblake@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
include/block/nbd.h                      |  21 ++++---
nbd/nbd-internal.h                       |  32 +++++-----
block/nbd-client.c                       |  18 +++---
nbd/client.c                             |   4 +-
nbd/server.c                             | 101 +++++++++++++------------------
nbd/trace-events                         |   3 +-
tests/qemu-iotests/nbd-fault-injector.py |   4 +-
7 files changed, 88 insertions(+), 95 deletions(-)
[Qemu-devel] [PULL 0/9] NBD patches through 14 Oct
Posted by Eric Blake 6 years, 6 months ago
The following changes since commit f90ea7ba7c5ae7010ee0ce062207ae42530f57d6:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20171012' into staging (2017-10-12 17:06:50 +0100)

are available in the git repository at:

  git://repo.or.cz/qemu/ericb.git tags/pull-nbd-2017-10-14

for you to fetch changes up to 92652b124336f5c08c7eb4616af202ea910dd3ea:

  nbd: header constants indenting (2017-10-13 09:27:38 -0500)

----------------------------------------------------------------
nbd patches for 2017-10-14

- Marc-André Lureau - NBD: use g_new() family of functions
- Vladimir Sementsov-Ogievskiy - first half of 00/13 nbd minimal structured read

----------------------------------------------------------------
Marc-André Lureau (1):
      NBD: use g_new() family of functions

Vladimir Sementsov-Ogievskiy (8):
      block/nbd-client: assert qiov len once in nbd_co_request
      block/nbd-client: refactor nbd_co_receive_reply
      nbd: rename some simple-request related objects to be _simple_
      nbd/server: structurize simple reply header sending
      nbd/server: do not use NBDReply structure
      nbd/server: refactor nbd_co_send_simple_reply parameters
      nbd/server: simplify reply transmission
      nbd: header constants indenting

 include/block/nbd.h                      |  21 ++++---
 nbd/nbd-internal.h                       |  32 +++++-----
 block/nbd-client.c                       |  18 +++---
 nbd/client.c                             |   4 +-
 nbd/server.c                             | 101 +++++++++++++------------------
 nbd/trace-events                         |   3 +-
 tests/qemu-iotests/nbd-fault-injector.py |   4 +-
 7 files changed, 88 insertions(+), 95 deletions(-)

-- 
2.13.6


Re: [Qemu-devel] [PULL 0/9] NBD patches through 14 Oct
Posted by Peter Maydell 6 years, 6 months ago
On 15 October 2017 at 01:40, Eric Blake <eblake@redhat.com> wrote:
> The following changes since commit f90ea7ba7c5ae7010ee0ce062207ae42530f57d6:
>
>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20171012' into staging (2017-10-12 17:06:50 +0100)
>
> are available in the git repository at:
>
>   git://repo.or.cz/qemu/ericb.git tags/pull-nbd-2017-10-14
>
> for you to fetch changes up to 92652b124336f5c08c7eb4616af202ea910dd3ea:
>
>   nbd: header constants indenting (2017-10-13 09:27:38 -0500)
>
> ----------------------------------------------------------------
> nbd patches for 2017-10-14
>
> - Marc-André Lureau - NBD: use g_new() family of functions
> - Vladimir Sementsov-Ogievskiy - first half of 00/13 nbd minimal structured read
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM