[Qemu-devel] [PULL for-2.9 0/3] Block patches

Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170512143717.30391-1-stefanha@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
There is a newer version of this series
configure                |  19 ++---
include/block/aio.h      |  10 ++-
block/io.c               |   4 +-
util/coroutine-gthread.c | 198 -----------------------------------------------
.travis.yml              |   5 +-
5 files changed, 16 insertions(+), 220 deletions(-)
delete mode 100644 util/coroutine-gthread.c
[Qemu-devel] [PULL for-2.9 0/3] Block patches
Posted by Stefan Hajnoczi 6 years, 11 months ago
The following changes since commit ecc1f5adeec4e3324d1b695a7c54e3967c526949:

  maintainers: Add myself as linux-user reviewer (2017-05-11 13:31:11 -0400)

are available in the git repository at:

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

for you to fetch changes up to 321d1dba8bef9676a77e9399484e3cd8bf2cf16a:

  aio: add missing aio_notify() to aio_enable_external() (2017-05-12 10:36:46 -0400)

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

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

Daniel P. Berrange (1):
  coroutine: remove GThread implementation

Eric Blake (1):
  block: Simplify BDRV_BLOCK_RAW recursion

Stefan Hajnoczi (1):
  aio: add missing aio_notify() to aio_enable_external()

 configure                |  19 ++---
 include/block/aio.h      |  10 ++-
 block/io.c               |   4 +-
 util/coroutine-gthread.c | 198 -----------------------------------------------
 .travis.yml              |   5 +-
 5 files changed, 16 insertions(+), 220 deletions(-)
 delete mode 100644 util/coroutine-gthread.c

-- 
2.9.3


Re: [Qemu-devel] [PULL for-2.9 0/3] Block patches
Posted by Stefan Hajnoczi 6 years, 11 months ago
On Fri, May 12, 2017 at 10:37:14AM -0400, Stefan Hajnoczi wrote:
> The following changes since commit ecc1f5adeec4e3324d1b695a7c54e3967c526949:
> 
>   maintainers: Add myself as linux-user reviewer (2017-05-11 13:31:11 -0400)
> 
> are available in the git repository at:
> 
>   git://github.com/stefanha/qemu.git tags/block-pull-request
> 
> for you to fetch changes up to 321d1dba8bef9676a77e9399484e3cd8bf2cf16a:
> 
>   aio: add missing aio_notify() to aio_enable_external() (2017-05-12 10:36:46 -0400)
> 
> ----------------------------------------------------------------
> 
> ----------------------------------------------------------------
> 
> Daniel P. Berrange (1):
>   coroutine: remove GThread implementation
> 
> Eric Blake (1):
>   block: Simplify BDRV_BLOCK_RAW recursion
> 
> Stefan Hajnoczi (1):
>   aio: add missing aio_notify() to aio_enable_external()
> 
>  configure                |  19 ++---
>  include/block/aio.h      |  10 ++-
>  block/io.c               |   4 +-
>  util/coroutine-gthread.c | 198 -----------------------------------------------
>  .travis.yml              |   5 +-
>  5 files changed, 16 insertions(+), 220 deletions(-)
>  delete mode 100644 util/coroutine-gthread.c
> 
> -- 
> 2.9.3
> 
> 

Thanks, applied to my master tree:
https://github.com/stefanha/qemu/commits/master

Stefan