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

Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170203143753.9903-1-stefanha@redhat.com
Test checkpatch passed
Test docker passed
Test s390x failed
There is a newer version of this series
iothread.c | 14 ++++++++++++++
1 file changed, 14 insertions(+)
[Qemu-devel] [PULL 0/1] Block patches
Posted by Stefan Hajnoczi 7 years, 2 months ago
The following changes since commit 4100a344eb3d50d88f9da85cae334afc47aee134:

  Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170202' into staging (2017-02-03 12:31:40 +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 cdd7abfdba9287a289c404dfdcb02316f9ffee7d:

  iothread: enable AioContext polling by default (2017-02-03 14:23:38 +0000)

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

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

Stefan Hajnoczi (1):
  iothread: enable AioContext polling by default

 iothread.c | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

-- 
2.9.3


Re: [Qemu-devel] [PULL 0/1] Block patches
Posted by Peter Maydell 7 years, 2 months ago
On 3 February 2017 at 14:37, Stefan Hajnoczi <stefanha@redhat.com> wrote:
> The following changes since commit 4100a344eb3d50d88f9da85cae334afc47aee134:
>
>   Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170202' into staging (2017-02-03 12:31:40 +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 cdd7abfdba9287a289c404dfdcb02316f9ffee7d:
>
>   iothread: enable AioContext polling by default (2017-02-03 14:23:38 +0000)
>
> ----------------------------------------------------------------
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM