From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:40905) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QWjIm-000561-1C for qemu-devel@nongnu.org; Wed, 15 Jun 2011 02:10:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QWjIj-0000eq-BB for qemu-devel@nongnu.org; Wed, 15 Jun 2011 02:10:07 -0400 Received: from mail-yi0-f45.google.com ([209.85.218.45]:45662) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QWjIi-0000d8-QQ for qemu-devel@nongnu.org; Wed, 15 Jun 2011 02:10:05 -0400 Received: by yia25 with SMTP id 25so67779yia.4 for ; Tue, 14 Jun 2011 23:10:04 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <20110614080602.GA19123@stefanha-thinkpad.localdomain> Date: Wed, 15 Jun 2011 07:10:03 +0100 Message-ID: From: Stefan Hajnoczi Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 03/12] VMDK: probe for mono flat image List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: Kevin Wolf , qemu-devel@nongnu.org, Christoph Hellwig On Wed, Jun 15, 2011 at 6:45 AM, Fam Zheng wrote: >> Have you tried removing that comment line to see if VMware still >> recognizes the file? >> > > Yes, it recognizes iff the first option line (non-comment, non-empty) > is "version=3D1" or "version=3D2=93. > > (An interesting thing that it is both space sensitive and case sensitive) Cool, nice job figuring this out. We should do the same. Stefan