From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M6Rkb-00061D-QX for qemu-devel@nongnu.org; Tue, 19 May 2009 12:01:09 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M6RkX-0005yD-Pf for qemu-devel@nongnu.org; Tue, 19 May 2009 12:01:09 -0400 Received: from [199.232.76.173] (port=35416 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M6RkV-0005xv-Db for qemu-devel@nongnu.org; Tue, 19 May 2009 12:01:04 -0400 Received: from mx2.redhat.com ([66.187.237.31]:52825) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M6RkU-0000CP-Tj for qemu-devel@nongnu.org; Tue, 19 May 2009 12:01:03 -0400 Message-ID: <4A12D77E.4030300@redhat.com> Date: Tue, 19 May 2009 17:59:58 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1242748641-4294-1-git-send-email-kwolf@redhat.com> In-Reply-To: <1242748641-4294-1-git-send-email-kwolf@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH] qcow2: Allow different cluster sizes List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Kevin Wolf schrieb: > Add an option to specify the cluster size of a newly created qcow2 image. > Default is 4k which is the same value that was hard-coded before. > > Signed-off-by: Kevin Wolf This patch obviously depends on the previously sent bdrv_create series. I just wanted to put it on the list already. It can probably be applied at the same time as the bdrv_create series. Kevin