From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43193) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAMAA-00029Q-90 for qemu-devel@nongnu.org; Mon, 03 Feb 2014 11:14:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WAMA4-00074U-AD for qemu-devel@nongnu.org; Mon, 03 Feb 2014 11:14:22 -0500 Received: from mx1.redhat.com ([209.132.183.28]:55830) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAMA3-00074G-Vo for qemu-devel@nongnu.org; Mon, 03 Feb 2014 11:14:16 -0500 Date: Mon, 3 Feb 2014 17:14:07 +0100 From: Kevin Wolf Message-ID: <20140203161407.GQ3643@dhcp-200-207.str.redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH v5 0/4] qemu-img: fix bugs when cluster size is larger than the default value List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hu Tao Cc: =?iso-8859-1?Q?Beno=EEt?= Canet , qemu-devel@nongnu.org Am 26.01.2014 um 04:12 hat Hu Tao geschrieben: > This series fixes several bugs of qcow2 when doing preallocation with a > cluster_size larger than the default value. > > v5: > - limit cur_nr_sectors for the encrypted case (patch 1) > - fix some grammar problems in commit messages and make commit messages > more understandable Thanks, applied to the block branch. Kevin