From mboxrd@z Thu Jan 1 00:00:00 1970 From: Amit Shah Subject: Re: [PATCH] Warn if a qcow (not qcow2) file is opened Date: Tue, 30 Jun 2009 17:35:34 +0530 Message-ID: <20090630120534.GC27242@amit-x200.redhat.com> References: <1246284289-25394-1-git-send-email-avi@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org To: Avi Kivity Return-path: Content-Disposition: inline In-Reply-To: <1246284289-25394-1-git-send-email-avi@redhat.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org Errors-To: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org List-Id: kvm.vger.kernel.org On (Mon) Jun 29 2009 [17:04:49], Avi Kivity wrote: > The qcow block driver format is no longer maintained and likely contains > serious data corruptors. Urge users to stay away for it, and advertise > the new and improved replacement. Does this also print the message at the time of creating the image? (And isn't qcow the default image format?) Amit