From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56570) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1buJsn-0006y4-MU for qemu-devel@nongnu.org; Wed, 12 Oct 2016 09:47:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1buJsm-0006mD-QQ for qemu-devel@nongnu.org; Wed, 12 Oct 2016 09:47:45 -0400 Date: Wed, 12 Oct 2016 15:47:34 +0200 From: Kevin Wolf Message-ID: <20161012134734.GG5544@noname.redhat.com> References: <6d55b86caa3f3e29eeb2dc2076cee558fded22b1.1475757437.git.berto@igalia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6d55b86caa3f3e29eeb2dc2076cee558fded22b1.1475757437.git.berto@igalia.com> Subject: Re: [Qemu-devel] [PATCH v10 04/16] block: Use block_job_add_bdrv() in backup_start() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alberto Garcia Cc: qemu-devel@nongnu.org, qemu-block@nongnu.org, Max Reitz , Markus Armbruster , Stefan Hajnoczi Am 06.10.2016 um 15:02 hat Alberto Garcia geschrieben: > Use block_job_add_bdrv() instead of blocking all operations in > backup_start() and unblocking them in backup_run(). > > Signed-off-by: Alberto Garcia This has the same problem as mirror (dataplane must be blocked). Kevin