From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39353) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1evQP0-0004Ob-Cw for qemu-devel@nongnu.org; Mon, 12 Mar 2018 12:34:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1evQOz-0001Yy-JD for qemu-devel@nongnu.org; Mon, 12 Mar 2018 12:34:22 -0400 Date: Mon, 12 Mar 2018 17:34:07 +0100 From: Kevin Wolf Message-ID: <20180312163407.GI31537@localhost.localdomain> References: <20180312150218.1314-1-kwolf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180312150218.1314-1-kwolf@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2 0/6] luks: Implement .bdrv_co_create List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-block@nongnu.org Cc: mreitz@redhat.com, berrange@redhat.com, eblake@redhat.com, qemu-devel@nongnu.org Am 12.03.2018 um 16:02 hat Kevin Wolf geschrieben: > This series implements the .bdrv_co_create callback for luks, adds an > image creation test for it and contains some bonus fixes for bugs that > the test triggered. > > v2: > - Use QCryptoBlockCreateOptionsLUKS as the base type for > BlockdevCreateOptionsLUKS [Dan] > - Use INT64_MAX instead of UINT64_MAX as the maximum image size [Eric] > - Use iter_time=10 in tests where the creation succeeds [Dan] Thanks for the review, applied to the block branch now. Kevin