[Qemu-devel] [PULL 0/4] NBD patches for 2017-09-25

Eric Blake posted 4 patches 6 years, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170925134130.13262-1-eblake@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
block/nbd-client.c | 37 ++++++++++++++++++++-----------------
1 file changed, 20 insertions(+), 17 deletions(-)
[Qemu-devel] [PULL 0/4] NBD patches for 2017-09-25
Posted by Eric Blake 6 years, 6 months ago
The following changes since commit 460b6c8e581aa06b86f59eebd9e52edfe7adf417:

  Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2017-09-23 12:55:40 +0100)

are available in the git repository at:

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

for you to fetch changes up to a693437037328a95d815ad5aec37ac2f8e130e58:

  block/nbd-client: nbd_co_send_request: fix return code (2017-09-25 08:21:26 -0500)

----------------------------------------------------------------
nbd patches for 2017-09-25

- Eric Blake: nbd-client: Use correct macro parenthesization
- Vladimir Sementsov-Ogievskiy: 0/3 nbd client refactoring and fixing

----------------------------------------------------------------
Eric Blake (1):
      nbd-client: Use correct macro parenthesization

Vladimir Sementsov-Ogievskiy (3):
      block/nbd-client: refactor nbd_co_receive_reply
      block/nbd-client: simplify check in nbd_co_receive_reply
      block/nbd-client: nbd_co_send_request: fix return code

 block/nbd-client.c | 37 ++++++++++++++++++++-----------------
 1 file changed, 20 insertions(+), 17 deletions(-)

-- 
2.13.5


Re: [Qemu-devel] [PULL 0/4] NBD patches for 2017-09-25
Posted by Peter Maydell 6 years, 6 months ago
On 25 September 2017 at 14:41, Eric Blake <eblake@redhat.com> wrote:
> The following changes since commit 460b6c8e581aa06b86f59eebd9e52edfe7adf417:
>
>   Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2017-09-23 12:55:40 +0100)
>
> are available in the git repository at:
>
>   git://repo.or.cz/qemu/ericb.git tags/pull-nbd-2017-09-25
>
> for you to fetch changes up to a693437037328a95d815ad5aec37ac2f8e130e58:
>
>   block/nbd-client: nbd_co_send_request: fix return code (2017-09-25 08:21:26 -0500)
>
> ----------------------------------------------------------------
> nbd patches for 2017-09-25
>
> - Eric Blake: nbd-client: Use correct macro parenthesization
> - Vladimir Sementsov-Ogievskiy: 0/3 nbd client refactoring and fixing
>
> ----------------------------------------------------------------
> Eric Blake (1):
>       nbd-client: Use correct macro parenthesization
>
> Vladimir Sementsov-Ogievskiy (3):
>       block/nbd-client: refactor nbd_co_receive_reply
>       block/nbd-client: simplify check in nbd_co_receive_reply
>       block/nbd-client: nbd_co_send_request: fix return code
>
>  block/nbd-client.c | 37 ++++++++++++++++++++-----------------
>  1 file changed, 20 insertions(+), 17 deletions(-)

Applied, thanks.

-- PMM