From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:51232) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qbw3d-0008TS-Qs for Qemu-devel@nongnu.org; Wed, 29 Jun 2011 10:48:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qbw3c-0002v1-Ep for Qemu-devel@nongnu.org; Wed, 29 Jun 2011 10:48:01 -0400 Received: from verein.lst.de ([213.95.11.211]:51146 helo=newverein.lst.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qbw3c-0002ut-1N for Qemu-devel@nongnu.org; Wed, 29 Jun 2011 10:48:00 -0400 Date: Wed, 29 Jun 2011 16:47:59 +0200 From: Christoph Hellwig Message-ID: <20110629144759.GA17085@lst.de> References: <4E0B1399.4050807@redhat.com> <4E0B152B.1000201@codemonkey.ws> <4E0B1787.30709@redhat.com> <4E0B1943.4090400@codemonkey.ws> <20110629135059.GB15863@lst.de> <4E0B330F.7090307@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4E0B330F.7090307@codemonkey.ws> Subject: Re: [Qemu-devel] Default cache mode List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Kevin Wolf , Avi Kivity , Christoph Hellwig , Stefan Hajnoczi , Qemu-devel@nongnu.org On Wed, Jun 29, 2011 at 09:13:35AM -0500, Anthony Liguori wrote: > Is WCE ever persisted by a disk? Would it make sense to have a mechanism > to persist the WCE setting for a guest? Only for SCSI, which has persistant mode pages. For ATA I've not found a way to make it persistent yet.