From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=50409 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pz9Sb-00052O-Jr for qemu-devel@nongnu.org; Mon, 14 Mar 2011 11:13:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pz9SZ-0008Ud-5n for qemu-devel@nongnu.org; Mon, 14 Mar 2011 11:13:28 -0400 Received: from mail-iy0-f173.google.com ([209.85.210.173]:36138) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pz9SZ-0008UF-2o for qemu-devel@nongnu.org; Mon, 14 Mar 2011 11:13:27 -0400 Received: by iym7 with SMTP id 7so5889607iym.4 for ; Mon, 14 Mar 2011 08:13:26 -0700 (PDT) Message-ID: <4D7E3092.3020907@codemonkey.ws> Date: Mon, 14 Mar 2011 10:13:22 -0500 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> <20110220221357.GO4580@hall.aurel32.net> <4D62295E.1030504@redhat.com> <4D7D036B.4050706@codemonkey.ws> <4D7E167A.1020509@codemonkey.ws> <4D7E22FF.3090803@redhat.com> <4D7E2A91.3040300@codemonkey.ws> <4D7E2E4B.4090000@redhat.com> In-Reply-To: <4D7E2E4B.4090000@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 , Stefan Hajnoczi , Markus Armbruster , Aurelien Jarno , qemu-devel@nongnu.org On 03/14/2011 10:03 AM, Kevin Wolf wrote: >>> The only problem with them is that they are metadata that must be >>> updated. However, I think we have discussed enough how to avoid the >>> greatest part of that cost. >> Maybe I missed it, but in the WCE=0 mode, is it really possible to avoid >> the writes for the refcount table? > Protected by a dirty flag (and/or a journal), sure. I mean, wasn't that > the whole point of starting the qcow3 discussion? Okay, I thought you had something else in mind. Regards, Anthony Liguori > Kevin >