From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35566) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTAP4-00009H-6N for qemu-devel@nongnu.org; Tue, 09 Feb 2016 10:40:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aTAP3-0003Rc-En for qemu-devel@nongnu.org; Tue, 09 Feb 2016 10:40:34 -0500 Received: from mx1.redhat.com ([209.132.183.28]:53525) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTAP3-0003RJ-8p for qemu-devel@nongnu.org; Tue, 09 Feb 2016 10:40:33 -0500 From: Stefan Hajnoczi Date: Tue, 9 Feb 2016 15:11:28 +0000 Message-Id: <1455030691-18489-1-git-send-email-stefanha@redhat.com> Subject: [Qemu-devel] [PULL 0/3] 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 ee8e8f92a730afc17ab8be6e86df6b9a23b8ebc6: Merge remote-tracking branch 'remotes/amit-migration/tags/migration-for-2.6-2' into staging (2016-02-05 14:20:46 +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 9dcf8ecd9e74804aa1687e5688386001a1f3f89f: block: add missing call to bdrv_drain_recurse (2016-02-09 13:52:26 +0000) ---------------------------------------------------------------- ---------------------------------------------------------------- Fam Zheng (1): blockjob: Fix hang in block_job_finish_sync Paolo Bonzini (2): iov: avoid memcpy for "simple" iov_from_buf/iov_to_buf block: add missing call to bdrv_drain_recurse block/io.c | 1 + blockjob.c | 6 +++++- include/block/blockjob.h | 5 +++++ include/qemu/iov.h | 34 ++++++++++++++++++++++++++++++---- util/iov.c | 8 ++++---- 5 files changed, 45 insertions(+), 9 deletions(-) -- 2.5.0