From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:43067) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QUbaR-0000PO-HY for Qemu-devel@nongnu.org; Thu, 09 Jun 2011 05:31:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QUbaQ-0002hZ-E3 for Qemu-devel@nongnu.org; Thu, 09 Jun 2011 05:31:35 -0400 Received: from mail-yi0-f45.google.com ([209.85.218.45]:54871) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QUbaQ-0002hP-1f for Qemu-devel@nongnu.org; Thu, 09 Jun 2011 05:31:34 -0400 Received: by yia27 with SMTP id 27so858464yia.4 for ; Thu, 09 Jun 2011 02:31:33 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <4DEF8D60.5070205@redhat.com> References: <4DEF7633.8050003@redhat.com> <4DEF7EB4.9070602@redhat.com> <4DEF8D60.5070205@redhat.com> Date: Thu, 9 Jun 2011 10:31:32 +0100 Message-ID: From: Stefan Hajnoczi Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [Qemu-devel] vmdk fails qemu-iotest 019 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: Kevin Wolf , Qemu-devel@nongnu.org On Wed, Jun 8, 2011 at 3:55 PM, Kevin Wolf wrote: > Am 08.06.2011 16:17, schrieb Fam Zheng: >> Oh, you're right, and I think there is a patch of mine related to the fail: >> >> "[PATCH 02/12] VMDK: bugfix, align offset to cluster in get_whole_cluster" >> >> Can you test if this fixes it? > > Thanks, this works for me. > > However, I had to fix your patch manually, it was line wrapped. Please > make sure to avoid this in future submissions (e.g. by using git > send-email). The GMail web interface *always* wraps lines, there doesn't seem to be a way to disable that. If you send it through GMail's SMTP servers with git-send-email(1) you'll be fine. Here is my .gitconfig: [sendemail] smtpserver = smtp.gmail.com smtpserverport = 587 smtpencryption = tls smtpuser = stefanha@gmail.com chainreplyto = false Stefan