From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58143) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZvjNG-0001Ll-S8 for qemu-devel@nongnu.org; Mon, 09 Nov 2015 05:08:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZvjNC-0006LL-R5 for qemu-devel@nongnu.org; Mon, 09 Nov 2015 05:08:30 -0500 Received: from mx1.redhat.com ([209.132.183.28]:56435) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZvjNC-0006LH-LY for qemu-devel@nongnu.org; Mon, 09 Nov 2015 05:08:26 -0500 From: Stefan Hajnoczi Date: Mon, 9 Nov 2015 10:08:17 +0000 Message-Id: <1447063704-24893-1-git-send-email-stefanha@redhat.com> Subject: [Qemu-devel] [PULL v2 0/7] 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 c4a7bf54e588ff2de9fba0898b686156251b2063: Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging (2015-11-07 19:55:15 +0000) are available in the git repository at: git://github.com/stefanha/qemu.git tags/block-pull-request for you to fetch changes up to 84aa0140dd4f04f5d993f0db14c40da8d3de2706: blockdev: acquire AioContext in hmp_commit() (2015-11-09 10:07:10 +0000) ---------------------------------------------------------------- ---------------------------------------------------------------- Denis V. Lunev (1): monitor: add missed aio_context_acquire into vm_completion call Fam Zheng (3): aio: Introduce aio_external_disabled aio: Introduce aio_context_setup aio: Introduce aio-epoll.c Michael S. Tsirkin (2): dataplane: simplify indirect descriptor read dataplane: support non-contigious s/g Stefan Hajnoczi (1): blockdev: acquire AioContext in hmp_commit() aio-posix.c | 188 +++++++++++++++++++++++++++++++++++++++++++- aio-win32.c | 4 + async.c | 13 ++- blockdev.c | 12 ++- hw/virtio/dataplane/vring.c | 96 ++++++++++++++-------- include/block/aio.h | 24 ++++++ monitor.c | 11 ++- 7 files changed, 309 insertions(+), 39 deletions(-) -- 2.5.0