From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33237) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjK08-0001jU-8M for qemu-devel@nongnu.org; Sun, 02 Jun 2013 21:56:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UjK06-0007sI-SE for qemu-devel@nongnu.org; Sun, 02 Jun 2013 21:55:59 -0400 Received: from e36.co.us.ibm.com ([32.97.110.154]:32807) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjK06-0007sC-Ky for qemu-devel@nongnu.org; Sun, 02 Jun 2013 21:55:58 -0400 Received: from /spool/local by e36.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Sun, 2 Jun 2013 19:55:56 -0600 Received: from d03relay02.boulder.ibm.com (d03relay02.boulder.ibm.com [9.17.195.227]) by d03dlp01.boulder.ibm.com (Postfix) with ESMTP id C3EC21FF001E for ; Sun, 2 Jun 2013 19:50:43 -0600 (MDT) Received: from d03av03.boulder.ibm.com (d03av03.boulder.ibm.com [9.17.195.169]) by d03relay02.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r531tudH085090 for ; Sun, 2 Jun 2013 19:55:56 -0600 Received: from d03av03.boulder.ibm.com (loopback [127.0.0.1]) by d03av03.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r531ts4g031087 for ; Sun, 2 Jun 2013 19:55:54 -0600 Message-ID: <51ABF79F.3000708@linux.vnet.ibm.com> Date: Mon, 03 Jun 2013 09:55:43 +0800 From: Dongxu Wang MIME-Version: 1.0 References: <1369908025-9556-1-git-send-email-wdongxu@linux.vnet.ibm.com> <1369908025-9556-2-git-send-email-wdongxu@linux.vnet.ibm.com> <20130603014843.GB3492@localhost.nay.redhat.com> In-Reply-To: <20130603014843.GB3492@localhost.nay.redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH V19 1/8] V18: docs: document for add-cow file format List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, kwolf@redhat.com, wdongxu@cn.ibm.com, stefanha@redhat.com On 2013/6/3 9:48, Fam Zheng wrote: > On Thu, 05/30 18:00, Dongxu Wang wrote: >> From: Dong Xu Wang >> >> Document for add-cow format, the usage and spec of add-cow are >> introduced. >> >> v18-v19: >> 1) backing_fmt and image_fmt NUL-terminated. >> 2) other fix. >> V17->V18: >> 1) remove version field. >> 2) header size is maximum value and cluster size value. >> 3) fix type. >> >> Signed-off-by: Dong Xu Wang >> Signed-off-by: Dongxu Wang > > Changed git config? I suggest you could remove the old SOB line (if > respin). > Oh, yes, I changed my gitconfig file, and I did not notice these wrong SOB line, please ignore these boring lines. :) >