[Qemu-devel] [PULL 0/2] Block patches

Test asan passed
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test docker-clang@ubuntu passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20181212095252.20349-1-stefanha@redhat.com
There is a newer version of this series
hw/block/virtio-blk.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
[Qemu-devel] [PULL 0/2] Block patches
Posted by Stefan Hajnoczi 5 years, 4 months ago
The following changes since commit bb9bf94b3e8926553290bc9a7cb84315af422086:

  Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request' into staging (2018-12-11 19:18:58 +0000)

are available in the Git repository at:

  git://github.com/stefanha/qemu.git tags/block-pull-request

for you to fetch changes up to e61809ed8ac3a2f68eb1cc231244f84eb06adacf:

  virtio-blk: fix comment for virtio_blk_rw_complete as nalloc is initially -1 (2018-12-12 09:16:55 +0000)

----------------------------------------------------------------
Pull request

Minor virtio-blk fixes.

----------------------------------------------------------------

Dongli Zhang (2):
  virtio-blk: rename iov to out_iov in virtio_blk_handle_request()
  virtio-blk: fix comment for virtio_blk_rw_complete as nalloc is
    initially -1

 hw/block/virtio-blk.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

-- 
2.19.2


Re: [Qemu-devel] [PULL 0/2] Block patches
Posted by Peter Maydell 5 years, 4 months ago
On Wed, 12 Dec 2018 at 09:53, Stefan Hajnoczi <stefanha@redhat.com> wrote:
>
> The following changes since commit bb9bf94b3e8926553290bc9a7cb84315af422086:
>
>   Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request' into staging (2018-12-11 19:18:58 +0000)
>
> are available in the Git repository at:
>
>   git://github.com/stefanha/qemu.git tags/block-pull-request
>
> for you to fetch changes up to e61809ed8ac3a2f68eb1cc231244f84eb06adacf:
>
>   virtio-blk: fix comment for virtio_blk_rw_complete as nalloc is initially -1 (2018-12-12 09:16:55 +0000)
>
> ----------------------------------------------------------------
> Pull request
>
> Minor virtio-blk fixes.
>
> ----------------------------------------------------------------
>
> Dongli Zhang (2):
>   virtio-blk: rename iov to out_iov in virtio_blk_handle_request()
>   virtio-blk: fix comment for virtio_blk_rw_complete as nalloc is
>     initially -1
>

Applied, thanks.

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

-- PMM