From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48759) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bO7OX-0002zw-9r for qemu-devel@nongnu.org; Fri, 15 Jul 2016 13:59:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bO7OU-00078g-4E for qemu-devel@nongnu.org; Fri, 15 Jul 2016 13:59:25 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33238) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bO7OT-00077Y-Ui for qemu-devel@nongnu.org; Fri, 15 Jul 2016 13:59:22 -0400 From: Stefan Hajnoczi Date: Fri, 15 Jul 2016 18:59:14 +0100 Message-Id: <1468605558-3785-1-git-send-email-stefanha@redhat.com> Subject: [Qemu-devel] [PULL 0/4] Block patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Stefan Hajnoczi 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