From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58804) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLZYn-0006jI-1f for qemu-devel@nongnu.org; Tue, 19 Jan 2016 11:55:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aLZYm-0006wg-9G for qemu-devel@nongnu.org; Tue, 19 Jan 2016 11:55:12 -0500 Date: Tue, 19 Jan 2016 17:55:05 +0100 From: Kevin Wolf Message-ID: <20160119165505.GE4579@noname.redhat.com> References: <1452703036-17999-1-git-send-email-kwolf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1452703036-17999-1-git-send-email-kwolf@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2 0/9] block/qcow2: Migration handoff fixes and cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-block@nongnu.org Cc: qemu-devel@nongnu.org, mreitz@redhat.com Am 13.01.2016 um 17:37 hat Kevin Wolf geschrieben: > This is the non-controversal part of the qcow2 locking series, which just makes > the state of images with respect to live migration clearer and fixes a few bugs > we have in the handoff procedure and with writing the qcow2 feature table. > > Kevin Wolf (9): > qcow2: Write feature table only for v3 images > qcow2: Write full header on image creation > block: Assert no write requests under BDRV_O_INCOMING > block: Fix error path in bdrv_invalidate_cache() > block: Rename BDRV_O_INCOMING to BDRV_O_INACTIVE > block: Inactivate BDS when migration completes > qcow2: Implement .bdrv_inactivate > qcow2: Fix BDRV_O_INACTIVE handling in qcow2_invalidate_cache() > qcow2: Make image inaccessible after failed qcow2_invalidate_cache() Applied to the block branch. Kevin