From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60443) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1atceW-00027D-AG for qemu-devel@nongnu.org; Fri, 22 Apr 2016 11:05:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1atceV-0007zp-4C for qemu-devel@nongnu.org; Fri, 22 Apr 2016 11:05:52 -0400 From: Kevin Wolf Date: Fri, 22 Apr 2016 17:05:36 +0200 Message-Id: <1461337541-4844-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PULL 0/5] Mirror block job fixes for 2.6.0-rc4 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-block@nongnu.org Cc: kwolf@redhat.com, qemu-devel@nongnu.org, peter.maydell@linaro.org 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