From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39498) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gPVA9-0008Po-Pw for qemu-devel@nongnu.org; Wed, 21 Nov 2018 11:15:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gPVA4-00006e-4f for qemu-devel@nongnu.org; Wed, 21 Nov 2018 11:15:37 -0500 Date: Wed, 21 Nov 2018 17:14:33 +0100 From: Kevin Wolf Message-ID: <20181121161433.GD4030@linux.fritz.box> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH v5 00/16] Don't pass flags to bdrv_reopen_queue() 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 Am 12.11.2018 um 15:00 hat Alberto Garcia geschrieben: > Hi all, > > when reopening a BlockDriverState using bdrv_reopen() and friends the > new options can be specified either with a QDict or with flags. Both > methods overlap and that makes the semantics and the implementation > unnecessarily complicated. > > This series removes the 'flags' parameter from these functions, so > from now on all option changes must be specified using a QDict. Apart > from simplifying the API, a few bugs are fixed along the way. See the > individual patches for more details. > > This was tested with the current master (460f0236c12a86a38692c12d9bf). Thanks, applied patch 16 to block and the rest of the series to block-next. Kevin