From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53270) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1evh5F-0001LI-NK for qemu-devel@nongnu.org; Tue, 13 Mar 2018 06:23:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1evh5E-00032Y-VN for qemu-devel@nongnu.org; Tue, 13 Mar 2018 06:23:05 -0400 Date: Tue, 13 Mar 2018 11:22:40 +0100 From: Kevin Wolf Message-ID: <20180313102240.GA4642@localhost.localdomain> References: <20180312165528.8969-1-mreitz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180312165528.8969-1-mreitz@redhat.com> Subject: Re: [Qemu-devel] [PATCH 0/3] vdi: Implement .bdrv_co_create List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: qemu-block@nongnu.org, qemu-devel@nongnu.org, Stefan Weil , Eric Blake Am 12.03.2018 um 17:55 hat Max Reitz geschrieben: > I think cluster-size should not be exposed in QAPI (yet), but Kevin's > patch does that, while I had these patches lying around, so here is my > proposal. Thanks, applied to the block branch. Kevin