From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=55452 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OtMjx-0005f4-Ij for qemu-devel@nongnu.org; Wed, 08 Sep 2010 11:39:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OtMjs-0003xb-Um for qemu-devel@nongnu.org; Wed, 08 Sep 2010 11:39:13 -0400 Received: from verein.lst.de ([213.95.11.210]:58190) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OtMjs-0003wf-Io for qemu-devel@nongnu.org; Wed, 08 Sep 2010 11:39:08 -0400 Date: Wed, 8 Sep 2010 17:38:57 +0200 From: Christoph Hellwig Subject: Re: [Qemu-devel] [RFC] qed: Add QEMU Enhanced Disk format Message-ID: <20100908153857.GA30438@lst.de> References: <4C84E738.3020802@codemonkey.ws> <4C865187.6090508@redhat.com> <4C865CFE.7010508@codemonkey.ws> <4C8663C4.1090508@redhat.com> <4C866773.2030103@codemonkey.ws> <4C86BC6B.5010809@codemonkey.ws> <4C874812.9090807@redhat.com> <395D4377-00F9-4765-94C4-470BDFA1F96E@suse.de> <4C874F22.6060802@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Kevin Wolf , Alexander Graf , Avi Kivity , Stefan Hajnoczi , qemu-devel@nongnu.org On Wed, Sep 08, 2010 at 12:15:13PM +0100, Stefan Hajnoczi wrote: > In-place writes overwrite old data in the image file. They do not > allocate new clusters or update any metadata. This is why write > performance is comparable to raw in the long run. Only if qed doesn't cause additional fragmentation. Which it currently does.