mbox

[PULL,0/5] Mirror block job fixes for 2.6.0-rc4

Message ID 1461337541-4844-1-git-send-email-kwolf@redhat.com
State New
Headers show

Pull-request

git://repo.or.cz/qemu/kevin.git tags/for-upstream

Message

Kevin Wolf April 22, 2016, 3:05 p.m. UTC
The following changes since commit ee1e0f8e5d3682c561edcdceccff72b9d9b16d8b:

  util: align memory allocations to 2M on AArch64 (2016-04-22 12:26:01 +0100)

are available in the git repository at:

  git://repo.or.cz/qemu/kevin.git tags/for-upstream

for you to fetch changes up to ab27c3b5e7408693dde0b565f050aa55c4a1bcef:

  mirror: Workaround for unexpected iohandler events during completion (2016-04-22 16:44:09 +0200)

----------------------------------------------------------------
Mirror block job fixes for 2.6.0-rc4

----------------------------------------------------------------
Fam Zheng (5):
      iohandler: Introduce iohandler_get_aio_context
      event-notifier: Add "is_external" parameter
      virtio: Mark host notifiers as external
      aio-posix: Skip external nodes in aio_dispatch
      mirror: Workaround for unexpected iohandler events during completion

 aio-posix.c                   |  8 ++++++--
 block/mirror.c                |  9 +++++++++
 hw/usb/ccid-card-emulated.c   |  2 +-
 hw/virtio/virtio.c            |  8 ++++----
 include/qemu/event_notifier.h |  4 +++-
 include/qemu/main-loop.h      |  1 +
 iohandler.c                   |  6 ++++++
 stubs/Makefile.objs           |  1 +
 stubs/iohandler.c             |  8 ++++++++
 stubs/set-fd-handler.c        | 10 ++++++++++
 target-i386/hyperv.c          |  6 +++---
 util/event_notifier-posix.c   |  4 +++-
 util/event_notifier-win32.c   |  1 +
 13 files changed, 56 insertions(+), 12 deletions(-)
 create mode 100644 stubs/iohandler.c

Comments

Peter Maydell April 22, 2016, 3:50 p.m. UTC | #1
On 22 April 2016 at 16:05, Kevin Wolf <kwolf@redhat.com> wrote:
> The following changes since commit ee1e0f8e5d3682c561edcdceccff72b9d9b16d8b:
>
>   util: align memory allocations to 2M on AArch64 (2016-04-22 12:26:01 +0100)
>
> are available in the git repository at:
>
>   git://repo.or.cz/qemu/kevin.git tags/for-upstream
>
> for you to fetch changes up to ab27c3b5e7408693dde0b565f050aa55c4a1bcef:
>
>   mirror: Workaround for unexpected iohandler events during completion (2016-04-22 16:44:09 +0200)
>
> ----------------------------------------------------------------
> Mirror block job fixes for 2.6.0-rc4
>
> ----------------------------------------------------------------
> Fam Zheng (5):
>       iohandler: Introduce iohandler_get_aio_context
>       event-notifier: Add "is_external" parameter
>       virtio: Mark host notifiers as external
>       aio-posix: Skip external nodes in aio_dispatch
>       mirror: Workaround for unexpected iohandler events during completion

Applied, thanks.

-- PMM