From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kp2z4-0000MI-1a for qemu-devel@nongnu.org; Sun, 12 Oct 2008 11:35:54 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kp2z3-0000M4-DL for qemu-devel@nongnu.org; Sun, 12 Oct 2008 11:35:53 -0400 Received: from [199.232.76.173] (port=52757 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kp2z3-0000M1-AT for qemu-devel@nongnu.org; Sun, 12 Oct 2008 11:35:53 -0400 Received: from mail2.shareable.org ([80.68.89.115]:51968) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Kp2z2-0004Gx-Rh for qemu-devel@nongnu.org; Sun, 12 Oct 2008 11:35:53 -0400 Date: Sun, 12 Oct 2008 16:35:46 +0100 From: Jamie Lokier Subject: Re: [Qemu-devel] [RFC] Disk integrity in QEMU Message-ID: <20081012153546.GD18814@shareable.org> References: <48EE38B9.2050106@codemonkey.ws> <48EF1D55.7060307@redhat.com> <48F0E83E.2000907@redhat.com> <48F10DFD.40505@codemonkey.ws> <20081012004401.GA9763@acer.localdomain> <48F1CF9E.9030500@redhat.com> <48F20BBC.1040708@il.qumranet.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <48F20BBC.1040708@il.qumranet.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Chris Wright , Mark McLoughlin , Ryan Harper , kvm-devel , Laurent Vivier Dor Laor wrote: > Actually this is what happens on mainline qemu with cache=off. Have I understood right that cache=off on a qcow2 image only uses O_DIRECT for the leaf image, and the chain of base images don't use O_DIRECT? Sometimes on a memory constrained host, where the (collective) guest memory is nearly as big as the host memory, I'm not sure this is what I want. -- Jamie