From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:43922) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QmPO3-0006JJ-Co for qemu-devel@nongnu.org; Thu, 28 Jul 2011 08:08:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QmPO2-0003If-Gs for qemu-devel@nongnu.org; Thu, 28 Jul 2011 08:08:23 -0400 Received: from verein.lst.de ([213.95.11.211]:52706 helo=newverein.lst.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QmPO2-0003IQ-8r for qemu-devel@nongnu.org; Thu, 28 Jul 2011 08:08:22 -0400 Date: Thu, 28 Jul 2011 14:08:22 +0200 From: Christoph Hellwig Message-ID: <20110728120822.GA17045@lst.de> References: <4E313477.2070905@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4E313477.2070905@redhat.com> Subject: Re: [Qemu-devel] Block layer roadmap List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: devin122@gmail.com, Stefan Hajnoczi , Jagane Sundar , Dor Laor , qemu-devel , Markus Armbruster , Feiran Zheng , Frediano Ziglio , Jes Sorensen , Paolo Bonzini 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.