From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36263) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a5s3d-0000Su-Ne for qemu-devel@nongnu.org; Mon, 07 Dec 2015 04:26:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a5s3Z-0003fz-SG for qemu-devel@nongnu.org; Mon, 07 Dec 2015 04:26:09 -0500 Date: Mon, 7 Dec 2015 10:25:55 +0100 From: Kevin Wolf Message-ID: <20151207092555.GA4191@noname.str.redhat.com> References: <1449236124-19605-1-git-send-email-kwolf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1449236124-19605-1-git-send-email-kwolf@redhat.com> Subject: Re: [Qemu-devel] [PATCH v3 00/21] block: Cache mode for children etc. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-block@nongnu.org Cc: berto@igalia.com, qemu-devel@nongnu.org, mreitz@redhat.com Am 04.12.2015 um 14:35 hat Kevin Wolf geschrieben: > This is part three (or four, depending on whether you count the bdrv_swap > removal) of what I had sent earlier as "[PATCH 00/34] block: Cache mode for > children, reopen overhaul and more". Most of the patches were actually already > reviewed in v1. > > This part contains the remaining functional changes that the cover letter for > v1 advertised, and a bit more: > > - You can now use node name references for backing files > - bdrv_reopen() works now properly for inherited options (don't exist before > this series; after the series the cache options) > - bdrv_reopen() works now properly with semantically overlapping options > - bdrv_reopen() can change child node options > - And finally you can set cache mode options for backing files and other > children now (and the reopen behaviour even makes sense Applied to block-next. Kevin