From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M7V5d-0004yv-97 for qemu-devel@nongnu.org; Fri, 22 May 2009 09:47:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M7V5Y-0004xz-Go for qemu-devel@nongnu.org; Fri, 22 May 2009 09:47:12 -0400 Received: from [199.232.76.173] (port=46209 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M7V5X-0004xh-DK for qemu-devel@nongnu.org; Fri, 22 May 2009 09:47:08 -0400 Received: from mail-qy0-f123.google.com ([209.85.221.123]:59794) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M7V5W-0002mR-Ty for qemu-devel@nongnu.org; Fri, 22 May 2009 09:47:07 -0400 Received: by qyk29 with SMTP id 29so1314149qyk.4 for ; Fri, 22 May 2009 06:47:03 -0700 (PDT) Message-ID: <4A16ACCD.5090309@codemonkey.ws> Date: Fri, 22 May 2009 08:46:53 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1242748641-4294-1-git-send-email-kwolf@redhat.com> <4A12D77E.4030300@redhat.com> In-Reply-To: <4A12D77E.4030300@redhat.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed 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: Kevin Wolf Cc: qemu-devel@nongnu.org Kevin Wolf wrote: > 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. > Okay, I've gotten it all straightened out. Regards, Anthony Liguori > Kevin >