[Qemu-devel] [PULL 0/2] nbd patches for 10 Jan

Eric Blake posted 2 patches 6 years, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180110225944.17920-1-eblake@redhat.com
Test checkpatch passed
Test docker passed
Test ppc passed
Test s390x passed
include/block/nbd.h |  8 ++++----
nbd/client.c        | 12 ++++++------
nbd/server.c        |  6 ++++++
3 files changed, 16 insertions(+), 10 deletions(-)
[Qemu-devel] [PULL 0/2] nbd patches for 10 Jan
Posted by Eric Blake 6 years, 2 months ago
The following changes since commit 3cee4db661ab9c0fce7937b3bbfa188a1845f31f:

  Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2018-01-08' into staging (2018-01-09 15:22:47 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 420a4e955909788263a33d11600839e93480dfd3:

  nbd: rename nbd_option and nbd_opt_reply (2018-01-10 12:11:23 -0600)

Not much time elapsed since my last pull request, but my last request
was delayed due the holiday break, and I've now got other patches that
will be easier to post if I can do a Based-on: against this pull request,
rather than the larger in-progress series they were extracted from.

----------------------------------------------------------------
nbd patches for 2018-01-10

- Vladimir Sementsov-Ogievskiy: nbd: rename nbd_option and nbd_opt_reply
- Vladimir Sementsov-Ogievskiy: nbd/server: add additional assert to nbd_export_put

----------------------------------------------------------------
Vladimir Sementsov-Ogievskiy (2):
      nbd/server: add additional assert to nbd_export_put
      nbd: rename nbd_option and nbd_opt_reply

 include/block/nbd.h |  8 ++++----
 nbd/client.c        | 12 ++++++------
 nbd/server.c        |  6 ++++++
 3 files changed, 16 insertions(+), 10 deletions(-)

-- 
2.14.3


Re: [Qemu-devel] [PULL 0/2] nbd patches for 10 Jan
Posted by Peter Maydell 6 years, 2 months ago
On 10 January 2018 at 22:59, Eric Blake <eblake@redhat.com> wrote:
> The following changes since commit 3cee4db661ab9c0fce7937b3bbfa188a1845f31f:
>
>   Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2018-01-08' into staging (2018-01-09 15:22:47 +0000)
>
> are available in the Git repository at:
>
>   git://repo.or.cz/qemu/ericb.git tags/pull-nbd-2018-01-10
>
> for you to fetch changes up to 420a4e955909788263a33d11600839e93480dfd3:
>
>   nbd: rename nbd_option and nbd_opt_reply (2018-01-10 12:11:23 -0600)
>
> Not much time elapsed since my last pull request, but my last request
> was delayed due the holiday break, and I've now got other patches that
> will be easier to post if I can do a Based-on: against this pull request,
> rather than the larger in-progress series they were extracted from.
>
> ----------------------------------------------------------------
> nbd patches for 2018-01-10
>
> - Vladimir Sementsov-Ogievskiy: nbd: rename nbd_option and nbd_opt_reply
> - Vladimir Sementsov-Ogievskiy: nbd/server: add additional assert to nbd_export_put
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM