From patchwork Thu Nov 22 15:00:25 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alberto Garcia X-Patchwork-Id: 10694359 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 9F1E615A7 for ; Thu, 22 Nov 2018 15:03:00 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 92C812CEA7 for ; Thu, 22 Nov 2018 15:03:00 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 873AE2CEBA; Thu, 22 Nov 2018 15:03:00 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.7 required=2.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id D32812CEB5 for ; Thu, 22 Nov 2018 15:02:58 +0000 (UTC) Received: from localhost ([::1]:47268 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gPqVN-0000dl-04 for patchwork-qemu-devel@patchwork.kernel.org; Thu, 22 Nov 2018 10:02:57 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57487) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gPqTw-0007r4-Fl for qemu-devel@nongnu.org; Thu, 22 Nov 2018 10:01:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gPqTt-0005Wq-Av for qemu-devel@nongnu.org; Thu, 22 Nov 2018 10:01:28 -0500 Received: from fanzine.igalia.com ([91.117.99.155]:38860) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gPqTs-0004mO-Md; Thu, 22 Nov 2018 10:01:25 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=igalia.com; s=20170329; h=Message-Id:Date:Subject:Cc:To:From; bh=QsgvCFrJdsEGEGYTgedYvAwppbZ8SphAKJUGkLr46vk=; b=gmzUuCkaMXDHahblJQB+Vh0J2TGEaXLBjqraW8390fhqdBki/62jUCa7a8sx5nJ+JTTwVK5eaOQNv9L/4jS1m35Vkt22M2fuZLeEUvbzRJOq5mepn4JO+Owdoo+XrC6wytCEvNEYa2oQUwol3IaWWu62QO+Z8Y3/bJ4jVcZUfJ1NSL21tljlYNxZ2K/P8AAUrF+ky8nJUjF/8kdQ0oLkzo4eHBymF9+cCzTPC1Y+Bj17m/2bWNPknAg9rDyLsTnNPH0rK4z1xMtn3dmL7IEVEqub8CHreiAlvX8R8klaU6wuNtfGj/ExAp+hoV50UaHDa3llOuvU+hcpDQ6zFgypog==; Received: from [194.100.51.2] (helo=perseus.local) by fanzine.igalia.com with esmtpsa (Cipher TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim) id 1gPqTG-0005hc-5L; Thu, 22 Nov 2018 16:00:46 +0100 Received: from berto by perseus.local with local (Exim 4.89) (envelope-from ) id 1gPqT0-0004y6-Iq; Thu, 22 Nov 2018 17:00:30 +0200 From: Alberto Garcia To: qemu-devel@nongnu.org Date: Thu, 22 Nov 2018 17:00:25 +0200 Message-Id: X-Mailer: git-send-email 2.11.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x (no timestamps) [generic] [fuzzy] X-Received-From: 91.117.99.155 Subject: [Qemu-devel] [PATCH 0/2] Minor fixes for the mirror block job X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Kevin Wolf , Alberto Garcia , qemu-block@nongnu.org, Max Reitz Errors-To: qemu-devel-bounces+patchwork-qemu-devel=patchwork.kernel.org@nongnu.org Sender: "Qemu-devel" X-Virus-Scanned: ClamAV using ClamSMTP Hi, a couple of minor fixes for the mirror block job. I don't think these bugs can be reproduced at the moment so this shouldn't be 3.1 material. Berto Alberto Garcia (2): mirror: Release the dirty bitmap if mirror_start_job() fails mirror: Block the source BlockDriverState in mirror_start_job() block/mirror.c | 11 +++++++++++ tests/qemu-iotests/141.out | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-)