[Qemu-devel] [PULL 0/1] NBD patches for 3.0

Eric Blake posted 1 patch 7 years, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180708015554.297823-1-eblake@redhat.com
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
nbd/server.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
[Qemu-devel] [PULL 0/1] NBD patches for 3.0
Posted by Eric Blake 7 years, 2 months ago
The following changes since commit 43a473993fd9378bf850dcafa68eb6dee8c300f8:

  Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2018-07-06 18:18:08 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 0c0eaed14721f8a9db334deb35316411c512059a:

  nbd/server: fix nbd_co_send_block_status (2018-07-07 20:30:09 -0500)

Not much since my last pull request, but since I will be offline until
after rc1, I thought I'd get this one in now.

----------------------------------------------------------------
nbd patches for 2018-07-07

Minor improvement for tracing of NBD block status

- Vladimir Sementsov-Ogievskiy: nbd/server: fix nbd_co_send_block_status

----------------------------------------------------------------
Vladimir Sementsov-Ogievskiy (1):
      nbd/server: fix nbd_co_send_block_status

 nbd/server.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

-- 
2.14.4


Re: [Qemu-devel] [PULL 0/1] NBD patches for 3.0
Posted by Peter Maydell 7 years, 2 months ago
On 8 July 2018 at 02:55, Eric Blake <eblake@redhat.com> wrote:
> The following changes since commit 43a473993fd9378bf850dcafa68eb6dee8c300f8:
>
>   Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2018-07-06 18:18:08 +0100)
>
> are available in the Git repository at:
>
>   git://repo.or.cz/qemu/ericb.git tags/pull-nbd-2018-07-07
>
> for you to fetch changes up to 0c0eaed14721f8a9db334deb35316411c512059a:
>
>   nbd/server: fix nbd_co_send_block_status (2018-07-07 20:30:09 -0500)
>
> Not much since my last pull request, but since I will be offline until
> after rc1, I thought I'd get this one in now.
>
> ----------------------------------------------------------------
> nbd patches for 2018-07-07
>
> Minor improvement for tracing of NBD block status
>
> - Vladimir Sementsov-Ogievskiy: nbd/server: fix nbd_co_send_block_status
>
> ----------------------------------------------------------------
> Vladimir Sementsov-Ogievskiy (1):
>       nbd/server: fix nbd_co_send_block_status
>
>  nbd/server.c | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
>
Applied, thanks.

-- PMM