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

Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180724142331.14669-1-stefanha@redhat.com
Test docker-mingw@fedora passed
Test checkpatch passed
Test docker-quick@centos7 passed
There is a newer version of this series
block/file-posix.c | 3 +++
1 file changed, 3 insertions(+)
[Qemu-devel] [PULL for-3.0 0/1] Block patches
Posted by Stefan Hajnoczi 6 years, 9 months ago
The following changes since commit 768cef2974fb1fa30dd188b043ea737e13fea477:

  Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' into staging (2018-07-24 10:37:52 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 042b757cc77c9580b99ef2781cfb0a2d1bf495a6:

  block/file-posix: add bdrv_attach_aio_context callback for host dev and cdrom (2018-07-24 14:27:41 +0100)

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

Regression fix for host block devices with the file-posix driver when aio=native is in use.

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

Nishanth Aravamudan (1):
  block/file-posix: add bdrv_attach_aio_context callback for host dev
    and cdrom

 block/file-posix.c | 3 +++
 1 file changed, 3 insertions(+)

-- 
2.17.1


Re: [Qemu-devel] [PULL for-3.0 0/1] Block patches
Posted by Peter Maydell 6 years, 9 months ago
On 24 July 2018 at 15:23, Stefan Hajnoczi <stefanha@redhat.com> wrote:
> The following changes since commit 768cef2974fb1fa30dd188b043ea737e13fea477:
>
>   Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' into staging (2018-07-24 10:37:52 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/stefanha/qemu.git tags/block-pull-request
>
> for you to fetch changes up to 042b757cc77c9580b99ef2781cfb0a2d1bf495a6:
>
>   block/file-posix: add bdrv_attach_aio_context callback for host dev and cdrom (2018-07-24 14:27:41 +0100)
>
> ----------------------------------------------------------------
> Pull request
>
> Regression fix for host block devices with the file-posix driver when aio=native is in use.
>
> ----------------------------------------------------------------
>
> Nishanth Aravamudan (1):
>   block/file-posix: add bdrv_attach_aio_context callback for host dev
>     and cdrom
>
>  block/file-posix.c | 3 +++
>  1 file changed, 3 insertions(+)
>

Applied, thanks.

-- PMM