On 27 March 2018 at 15:41, Stefan Hajnoczi <stefa...@redhat.com> wrote: > The following changes since commit f58d9620aa4a514b1227074ff56eefd1334a6225: > > Merge remote-tracking branch 'remotes/rth/tags/pull-dt-20180326' into > staging (2018-03-27 10:27:34 +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 f5a53faad4bfbf1b86012a13055d2a1a774a42b6: > > MAINTAINERS: add include/block/aio-wait.h (2018-03-27 13:05:48 +0100) > > ---------------------------------------------------------------- > > ---------------------------------------------------------------- > > Stefan Hajnoczi (4): > queue: add QSIMPLEQ_PREPEND() > coroutine: avoid co_queue_wakeup recursion > coroutine: add test-aio coroutine queue chaining test case > MAINTAINERS: add include/block/aio-wait.h > > MAINTAINERS | 1 + > include/qemu/coroutine_int.h | 1 - > include/qemu/queue.h | 8 ++++ > block/io.c | 3 +- > tests/test-aio.c | 65 ++++++++++++++++++++----- > util/qemu-coroutine-lock.c | 34 ------------- > util/qemu-coroutine.c | 110 > +++++++++++++++++++++++-------------------- > 7 files changed, 121 insertions(+), 101 deletions(-) >
Applied, thanks. -- PMM