From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=40553 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pruu9-0002gi-0I for qemu-devel@nongnu.org; Tue, 22 Feb 2011 11:16:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pruu7-00010H-Mb for qemu-devel@nongnu.org; Tue, 22 Feb 2011 11:16:00 -0500 Received: from mx1.redhat.com ([209.132.183.28]:13322) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pruu7-00010D-66 for qemu-devel@nongnu.org; Tue, 22 Feb 2011 11:15:59 -0500 Message-ID: <4D63E13C.4090705@redhat.com> Date: Tue, 22 Feb 2011 17:15:56 +0100 From: Kevin Wolf MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: Strategic decision: COW format References: <4D5BC467.4070804@redhat.com> <4D5E4271.80501@redhat.com> <4D5E8031.5020402@codemonkey.ws> <4D637A20.9020307@redhat.com> <4D63DCD6.50801@codemonkey.ws> In-Reply-To: <4D63DCD6.50801@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Chunqiang Tang , Markus Armbruster , Stefan Hajnoczi , qemu-devel@nongnu.org Am 22.02.2011 16:57, schrieb Anthony Liguori: > On 02/22/2011 02:56 AM, Kevin Wolf wrote: >> >> *sigh* >> >> It starts to get annoying, but if you really insist, I can repeat it >> once more: These features that you don't need (this is the correct >> description for what you call "misfeatures") _are_ implemented in a way >> that they don't impact the "normal" case. > > Except that they require a refcount table that adds additional metadata > that needs to be updated in the fast path. I consider that impacting > the normal case. Like it or not, this requirement exists anyway, without any of your "misfeatures". You chose to use the dirty flag in QED in order to avoid having to flush metadata too often, which is an approach that any other format, even one using refcounts, can take as well. Kevin