From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=52086 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OFAxT-0004J5-Ey for qemu-devel@nongnu.org; Thu, 20 May 2010 14:59:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OFAxR-00030o-S1 for qemu-devel@nongnu.org; Thu, 20 May 2010 14:59:03 -0400 Received: from e8.ny.us.ibm.com ([32.97.182.138]:57546) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OFAxR-00030g-PF for qemu-devel@nongnu.org; Thu, 20 May 2010 14:59:01 -0400 Received: from d01relay03.pok.ibm.com (d01relay03.pok.ibm.com [9.56.227.235]) by e8.ny.us.ibm.com (8.14.3/8.13.1) with ESMTP id o4KImPAg024868 for ; Thu, 20 May 2010 14:48:25 -0400 Received: from d01av03.pok.ibm.com (d01av03.pok.ibm.com [9.56.224.217]) by d01relay03.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o4KIx0W7159170 for ; Thu, 20 May 2010 14:59:00 -0400 Received: from d01av03.pok.ibm.com (loopback [127.0.0.1]) by d01av03.pok.ibm.com (8.14.3/8.13.1/NCO v10.0 AVout) with ESMTP id o4KIwxLn001041 for ; Thu, 20 May 2010 15:58:59 -0300 Message-ID: <4BF58672.2040203@linux.vnet.ibm.com> Date: Thu, 20 May 2010 13:58:58 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] QEMU: change default disk cache behavior References: <1274347924-9188-1-git-send-email-Jes.Sorensen@redhat.com> <4BF52B64.1020903@codemonkey.ws> <4BF53AEE.10207@redhat.com> <4BF53BB6.5060402@codemonkey.ws> <4BF53DDD.20103@redhat.com> In-Reply-To: <4BF53DDD.20103@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: Jes Sorensen Cc: hch@infradead.org, Anthony Liguori , qemu-devel@nongnu.org, crobinso@redhat.com On 05/20/2010 08:49 AM, Jes Sorensen wrote: > On 05/20/10 15:40, Anthony Liguori wrote: > >> On 05/20/2010 08:36 AM, Jes Sorensen wrote: >> >>>> And I strongly suspect that such a blanket change would be wrong but >>>> that a more targeted change like making cache=none default for physical >>>> devices would satisfy mostly everyone. >>>> >>>> >>> Is there any other thing than physical devices attached to the -drive >>> parameter? >>> >> Image files which are the overwhelming more common use-case. >> > For image files we certainly want it too, at least for proper ones (ie. > raw). What makes you say that? > It could be that it causes problems for qcow2. > It's definitely the wrong thing for qcow2 with backing files. Regards, Anthony Liguori > I'll try and look at it when I am back. > > Cheers, > Jes > >