From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:48977) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TbC0L-0006px-7a for qemu-devel@nongnu.org; Wed, 21 Nov 2012 10:14:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TbC0B-0002jl-R6 for qemu-devel@nongnu.org; Wed, 21 Nov 2012 10:14:21 -0500 Received: from mx1.redhat.com ([209.132.183.28]:18067) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TbC0B-0002jY-J0 for qemu-devel@nongnu.org; Wed, 21 Nov 2012 10:14:11 -0500 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id qALFEAVO022973 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 21 Nov 2012 10:14:10 -0500 Date: Wed, 21 Nov 2012 16:14:08 +0100 From: Stefan Hajnoczi Message-ID: <20121121151408.GB22778@stefanha-thinkpad.redhat.com> References: <1353504237-5608-1-git-send-email-kwolf@redhat.com> <1353504237-5608-3-git-send-email-kwolf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1353504237-5608-3-git-send-email-kwolf@redhat.com> Subject: Re: [Qemu-devel] [PATCH 2/2] Documentation: Update image format information List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org On Wed, Nov 21, 2012 at 02:23:57PM +0100, Kevin Wolf wrote: > @item qed > -Image format with support for backing files and compact image files (when your > -filesystem or transport medium does not support holes). Good performance due > -to less metadata than the more featureful qcow2 format, especially with > -cache=writethrough or cache=directsync. Consider using qcow2 which will soon > -have a similar optimization and is most actively developed. > +Old QEMU image format. Left for compatibility. > + > +For new images, use qcow2 instead. You might want to consider using the > +@code{lazy_refcounts=on} option to get a more QED-like behaviour. The first sentence should be kept, it describes the general feature set and scope of this image format. I agree that the rest of the paragraph can be dropped. You could insert a statement saying that qcow2 is now preferred because it is actively developed and offers advanced features and performance as the very first sentence. Stefan