[Qemu-devel] [PULL for-2.11-rc1 v2 0/2] Block patches

Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20171108192043.10682-1-stefanha@redhat.com
Test checkpatch passed
Test docker passed
Test ppc passed
Test s390x passed
There is a newer version of this series
tests/test-aio-multithread.c | 5 ++---
util/async.c                 | 2 +-
2 files changed, 3 insertions(+), 4 deletions(-)
[Qemu-devel] [PULL for-2.11-rc1 v2 0/2] Block patches
Posted by Stefan Hajnoczi 6 years, 5 months ago
The following changes since commit b0fbe46ad82982b289a44ee2495b59b0bad8a842:

  Update version for v2.11.0-rc0 release (2017-11-07 16:05:28 +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 ef6dada8b44e1e7c4bec5c1115903af9af415b50:

  util/async: use atomic_mb_set in qemu_bh_cancel (2017-11-08 19:09:15 +0000)

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

v2:
 * v1 emails 2/3 and 3/3 weren't sent due to an email failure
 * Included Sergio's updated wording in the commit description

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

Sergio Lopez (1):
  util/async: use atomic_mb_set in qemu_bh_cancel

Stefan Hajnoczi (1):
  tests-aio-multithread: fix /aio/multi/schedule race condition

 tests/test-aio-multithread.c | 5 ++---
 util/async.c                 | 2 +-
 2 files changed, 3 insertions(+), 4 deletions(-)

-- 
2.13.6


Re: [Qemu-devel] [PULL for-2.11-rc1 v2 0/2] Block patches
Posted by Peter Maydell 6 years, 5 months ago
On 8 November 2017 at 19:20, Stefan Hajnoczi <stefanha@redhat.com> wrote:
> The following changes since commit b0fbe46ad82982b289a44ee2495b59b0bad8a842:
>
>   Update version for v2.11.0-rc0 release (2017-11-07 16:05:28 +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 ef6dada8b44e1e7c4bec5c1115903af9af415b50:
>
>   util/async: use atomic_mb_set in qemu_bh_cancel (2017-11-08 19:09:15 +0000)
>
> ----------------------------------------------------------------
> Pull request
>
> v2:
>  * v1 emails 2/3 and 3/3 weren't sent due to an email failure
>  * Included Sergio's updated wording in the commit description
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM