The following changes since commit 14c7d99333e4a474c65bdae6f99aa8837e8078e6:
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160714' into staging (2016-07-14 17:32:53 +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 325e00006139a30a4c747cf35489ea5bee8da272: linux-aio: prevent submitting more than MAX_EVENTS (2016-07-15 12:45:47 +0100) ---------------------------------------------------------------- ---------------------------------------------------------------- Cao jin (1): aio_ctx_check: follow CODING_STYLE Paolo Bonzini (1): linux-aio: share one LinuxAioState within an AioContext Roman Pen (1): linux-aio: prevent submitting more than MAX_EVENTS Vladimir Sementsov-Ogievskiy (1): spec/parallels: fix a mistake async.c | 25 +++++++++- block/linux-aio.c | 36 ++++++++------ block/raw-aio.h | 68 --------------------------- block/raw-posix.c | 119 ++++++----------------------------------------- block/raw-win32.c | 2 +- docs/specs/parallels.txt | 2 +- include/block/aio.h | 13 ++++++ include/block/raw-aio.h | 68 +++++++++++++++++++++++++++ 8 files changed, 143 insertions(+), 190 deletions(-) delete mode 100644 block/raw-aio.h create mode 100644 include/block/raw-aio.h -- 2.7.4