From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:59740) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QmPfb-00062d-Aq for qemu-devel@nongnu.org; Thu, 28 Jul 2011 08:26:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QmPfa-0006mC-Ci for qemu-devel@nongnu.org; Thu, 28 Jul 2011 08:26:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:8198) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QmPfa-0006m6-4K for qemu-devel@nongnu.org; Thu, 28 Jul 2011 08:26:30 -0400 Message-ID: <4E315620.2020506@redhat.com> Date: Thu, 28 Jul 2011 14:29:20 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <4E313477.2070905@redhat.com> <20110728120822.GA17045@lst.de> In-Reply-To: <20110728120822.GA17045@lst.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Block layer roadmap List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christoph Hellwig Cc: devin122@gmail.com, Stefan Hajnoczi , Jagane Sundar , Dor Laor , qemu-devel , Markus Armbruster , Feiran Zheng , Frediano Ziglio , Jes Sorensen , Paolo Bonzini Am 28.07.2011 14:08, schrieb Christoph Hellwig: > On Thu, Jul 28, 2011 at 12:05:43PM +0200, Kevin Wolf wrote: >> Another item that just came up on IRC again: Allow guests to toggle WCE, >> so that we finally can get rid of the cache=writethrough default. We >> should definitely get this done before 1.0. > > Guest toggling is nice and cool, but the real feature is to allow it on > the command line. As mentioned about 10 times before guests generally don't > fiddle with it without the administrator triggering it manually. So > specifying it in the qemu config is the much better interface for 95% of > the use cases. I don't really care about guest toggling. I care about the default cache mode, and Anthony said that he doesn't agree with changing it unless guests can toggle it. Kevin