From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=53467 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PqWJ5-0002i5-6P for qemu-devel@nongnu.org; Fri, 18 Feb 2011 14:47:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PqWJ1-0004rE-V9 for qemu-devel@nongnu.org; Fri, 18 Feb 2011 14:47:59 -0500 Received: from mail-vw0-f45.google.com ([209.85.212.45]:34354) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PqWJ1-0004r5-Si for qemu-devel@nongnu.org; Fri, 18 Feb 2011 14:47:55 -0500 Received: by vws19 with SMTP id 19so410500vws.4 for ; Fri, 18 Feb 2011 11:47:54 -0800 (PST) Message-ID: <4D5ECCE7.2060607@codemonkey.ws> Date: Fri, 18 Feb 2011 13:47:51 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: Strategic decision: COW format References: <4D5BC467.4070804@redhat.com> <4D5E4271.80501@redhat.com> <4D5EAFA8.70909@mail.berlios.de> <4D5EC457.506@redhat.com> In-Reply-To: <4D5EC457.506@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: Chunqiang Tang , qemu-devel@nongnu.org, Markus Armbruster , Stefan Hajnoczi On 02/18/2011 01:11 PM, Kevin Wolf wrote: >> A new file format like fvd would be a challenge for the existing ones. >> Declare its support as unsupported or experimental, but let users >> decide which one is best suited to their needs! >> > Basically this is what we did for QED. In hindsight I consider it a > mistake because it set a bad precedence of inventing something new > instead of fixing what's there. I don't see how qcow3 is fixing something that's there since it's still an incompatible format. It'd be a stronger argument if you were suggesting something that was still fully compatible with qcow2 but once compatibility is broken, it's broken. Regards, Anthony Liguori > I really don't want to convert all my > images each time to take advantage of new qemu version. > > Kevin > >