From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43019) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b6FPj-0004mn-B1 for qemu-devel@nongnu.org; Fri, 27 May 2016 06:54:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b6FPa-0002Kg-Uj for qemu-devel@nongnu.org; Fri, 27 May 2016 06:54:46 -0400 From: Alberto Garcia Date: Fri, 27 May 2016 12:53:35 +0200 Message-Id: Subject: [Qemu-devel] [PATCH 0/4] Misc block job patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-block@nongnu.org, Kevin Wolf , Max Reitz , Alberto Garcia Hi, here's a few patches from my block-stream series that I think are ready to be merged now. I don't think there's anything controversial here: - Patches 1 and 2 simply use block_job_next() in places where bdrv_next() was being used to look for block jobs. - Patch 3 is a fix that was already proposed in the list. - Patch 4 is quite simple and it deals with the failure of block_job_create() in commit_start(). Regards, Berto Alberto Garcia (4): block: use the block job list in bdrv_drain_all() block: use the block job list in qmp_query_block_jobs() block: Prevent sleeping jobs from resuming if they have been paused block: Create the commit block job before reopening any image block/commit.c | 11 ++++++----- block/io.c | 24 ++++++++++++++++++------ blockdev.c | 20 ++++++++------------ blockjob.c | 6 ++++-- 4 files changed, 36 insertions(+), 25 deletions(-) -- 2.8.1