From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40206) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPBtA-0005CB-U2 for qemu-devel@nongnu.org; Mon, 18 Jul 2016 12:59:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bPBt6-0004HV-EL for qemu-devel@nongnu.org; Mon, 18 Jul 2016 12:59:28 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47519) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPBt6-0004H7-0x for qemu-devel@nongnu.org; Mon, 18 Jul 2016 12:59:24 -0400 From: Stefan Hajnoczi Date: Mon, 18 Jul 2016 17:59:13 +0100 Message-Id: <1468861161-21984-1-git-send-email-stefanha@redhat.com> Subject: [Qemu-devel] [PULL 0/8] 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 3913d3707e3debfbf0d2d014a1a793394993b088: Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20160718' into staging (2016-07-18 11:24:15 +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 e1029ae26d96d5de78c2d9af5eddcea92e73a46a: MAINTAINERS: Add include/block/aio.h to block I/O path section (2016-07-18 15:10:52 +0100) ---------------------------------------------------------------- This is not quite a v2 because I have added more patches. "linux-aio: share one LinuxAioState within an AioContext" is now fixed under mingw. ---------------------------------------------------------------- Cao jin (3): aio_ctx_check: follow CODING_STYLE aio-posix: remove useless parameter virtio-blk: dataplane cleanup Fam Zheng (1): MAINTAINERS: Add include/block/aio.h to block I/O path section Paolo Bonzini (1): linux-aio: share one LinuxAioState within an AioContext Roman Pen (1): linux-aio: prevent submitting more than MAX_EVENTS Stefan Hajnoczi (1): checkpatch: consider git extended headers valid patches Vladimir Sementsov-Ogievskiy (1): spec/parallels: fix a mistake MAINTAINERS | 1 + aio-posix.c | 3 +- aio-win32.c | 2 +- async.c | 33 ++++++++--- block/linux-aio.c | 36 +++++++----- block/raw-aio.h | 68 ----------------------- block/raw-posix.c | 119 +++++----------------------------------- block/raw-win32.c | 2 +- block/win32-aio.c | 2 +- docs/specs/parallels.txt | 2 +- hw/block/dataplane/virtio-blk.c | 6 +- include/block/aio.h | 15 ++++- include/block/raw-aio.h | 68 +++++++++++++++++++++++ scripts/checkpatch.pl | 5 ++ 14 files changed, 158 insertions(+), 204 deletions(-) delete mode 100644 block/raw-aio.h create mode 100644 include/block/raw-aio.h -- 2.7.4