From: Kevin Wolf <kwolf@redhat.com>
To: qemu-block@nongnu.org
Cc: kwolf@redhat.com, qemu-devel@nongnu.org, peter.maydell@linaro.org
Subject: [Qemu-devel] [PULL 0/5] Mirror block job fixes for 2.6.0-rc4
Date: Fri, 22 Apr 2016 17:05:36 +0200 [thread overview]
Message-ID: <1461337541-4844-1-git-send-email-kwolf@redhat.com> (raw)
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
next reply other threads:[~2016-04-22 15:05 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-22 15:05 Kevin Wolf [this message]
2016-04-22 15:05 ` [Qemu-devel] [PULL 1/5] iohandler: Introduce iohandler_get_aio_context Kevin Wolf
2016-04-22 15:05 ` [Qemu-devel] [PULL 2/5] event-notifier: Add "is_external" parameter Kevin Wolf
2016-04-22 15:05 ` [Qemu-devel] [PULL 3/5] virtio: Mark host notifiers as external Kevin Wolf
2016-04-22 15:05 ` [Qemu-devel] [PULL 4/5] aio-posix: Skip external nodes in aio_dispatch Kevin Wolf
2016-05-09 10:58 ` Paolo Bonzini
2016-04-22 15:05 ` [Qemu-devel] [PULL 5/5] mirror: Workaround for unexpected iohandler events during completion Kevin Wolf
2016-04-22 15:50 ` [Qemu-devel] [PULL 0/5] Mirror block job fixes for 2.6.0-rc4 Peter Maydell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1461337541-4844-1-git-send-email-kwolf@redhat.com \
--to=kwolf@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).