From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57184) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bonkt-0005YP-LM for qemu-devel@nongnu.org; Tue, 27 Sep 2016 04:28:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bonkr-0006Dp-OS for qemu-devel@nongnu.org; Tue, 27 Sep 2016 04:28:46 -0400 Date: Tue, 27 Sep 2016 10:28:37 +0200 From: Kevin Wolf Message-ID: <20160927082837.GE4090@noname.str.redhat.com> References: <1474641161-10891-1-git-send-email-kwolf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1474641161-10891-1-git-send-email-kwolf@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2 0/7] block: Make more blockdev-add options work List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-block@nongnu.org Cc: mreitz@redhat.com, eblake@redhat.com, qemu-devel@nongnu.org Am 23.09.2016 um 16:32 hat Kevin Wolf geschrieben: > This series moves a few more options from flags to the appropriate place. This > doesn't only result in cleaner code, but also allows using these options in > nested node definitions. > > After this series, bds_tree_init() is only a thin wrapper around bdrv_open() > which sets the right defaults for cache modes and the BDRV_O_INACTIVE flag if > necessary. > > Depends on my block branch, specifically Berto's 'read-only' patches. Applied to the block branch. Kevin