From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:35293) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SEjpj-0004ZN-Ls for qemu-devel@nongnu.org; Mon, 02 Apr 2012 12:10:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SEjpe-0002MI-L8 for qemu-devel@nongnu.org; Mon, 02 Apr 2012 12:10:19 -0400 Received: from mx1.redhat.com ([209.132.183.28]:1422) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SEjpe-0002M1-Cl for qemu-devel@nongnu.org; Mon, 02 Apr 2012 12:10:14 -0400 Message-ID: <4F79D03B.2050706@redhat.com> Date: Mon, 02 Apr 2012 18:13:47 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1331813614-3754-1-git-send-email-wdongxu@linux.vnet.ibm.com> In-Reply-To: <1331813614-3754-1-git-send-email-wdongxu@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/4 v3] block: add image fragmentation statistics to qemu-img List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Dong Xu Wang Cc: qemu-devel@nongnu.org, stefanha@linux.vnet.ibm.com Am 15.03.2012 13:13, schrieb Dong Xu Wang: > From: Dong Xu Wang > > Discussion can be found at: > http://patchwork.ozlabs.org/patch/128730/ > > This patch add image fragmentation statistics while using qemu-img check. > > Signed-off-by: Dong Xu Wang Thanks, applied all to the block branch. Please make the subject line prefix more specific in future commits, I changed it for this series. For example, don't write "block: foo in qed" or "block: Add bar to qemu-img", but "qed: foo" and "qemu-img: Add bar". The "block:" prefix is reserved for changes that are purely in the generic block layer (mainly block.c, blockdev.c). Kevin