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

Test asan passed
Test checkpatch passed
Test docker-clang@ubuntu passed
Test docker-mingw@fedora passed
Failed in applying to current master (apply log)
There is a newer version of this series
util/aio-posix.c | 90 +++++++++++++++++++++++++++++-------------------
util/aio-win32.c | 67 ++++++++++++++++-------------------
2 files changed, 84 insertions(+), 73 deletions(-)
[Qemu-devel] [PULL 0/2] Block patches
Posted by Stefan Hajnoczi 6 years, 3 months ago
The following changes since commit 7260438b7056469610ee166f7abe9ff8a26b8b16:

  Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-3.2-part2' into staging (2019-01-14 11:41:43 +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 fef1660132b0f25bf2d275d7f986ddcfe19a4426:

  aio-posix: Fix concurrent aio_poll/set_fd_handler. (2019-01-14 14:09:41 +0000)

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

No user-visible changes.

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

Remy Noel (2):
  aio-posix: Unregister fd from ctx epoll when removing fd_handler.
  aio-posix: Fix concurrent aio_poll/set_fd_handler.

 util/aio-posix.c | 90 +++++++++++++++++++++++++++++-------------------
 util/aio-win32.c | 67 ++++++++++++++++-------------------
 2 files changed, 84 insertions(+), 73 deletions(-)

-- 
2.20.1


Re: [Qemu-devel] [PULL 0/2] Block patches
Posted by Peter Maydell 6 years, 3 months ago
On Mon, 14 Jan 2019 at 16:34, Stefan Hajnoczi <stefanha@redhat.com> wrote:
>
> The following changes since commit 7260438b7056469610ee166f7abe9ff8a26b8b16:
>
>   Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-3.2-part2' into staging (2019-01-14 11:41:43 +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 fef1660132b0f25bf2d275d7f986ddcfe19a4426:
>
>   aio-posix: Fix concurrent aio_poll/set_fd_handler. (2019-01-14 14:09:41 +0000)
>
> ----------------------------------------------------------------
> Pull request
>
> No user-visible changes.
>
> ----------------------------------------------------------------
>

Applied, thanks.
-- PMM