From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jyv90-0004PG-Bd for qemu-devel@nongnu.org; Wed, 21 May 2008 16:42:42 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jyv8y-0004Ow-Ue for qemu-devel@nongnu.org; Wed, 21 May 2008 16:42:42 -0400 Received: from [199.232.76.173] (port=46909 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jyv8y-0004Ot-Mk for qemu-devel@nongnu.org; Wed, 21 May 2008 16:42:40 -0400 Received: from host36-195-149-62.serverdedicati.aruba.it ([62.149.195.36]:41657 helo=mx.cpushare.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Jyv8y-0002RL-CE for qemu-devel@nongnu.org; Wed, 21 May 2008 16:42:40 -0400 Date: Wed, 21 May 2008 22:42:35 +0200 From: Andrea Arcangeli Subject: Re: [Qemu-devel] Re: [PATCH][v2] Align file accesses with cache=off (O_DIRECT) Message-ID: <20080521204235.GC22808@duo.random> References: <20080521162406.GA21501@shareable.org> <48345258.9040004@qumranet.com> <20080521170129.GF22488@duo.random> <48345949.4050903@qumranet.com> <20080521174754.GG22488@duo.random> <483461B0.20709@codemonkey.ws> <20080521180852.GI22488@duo.random> <48346937.80408@codemonkey.ws> <20080521201335.GK22488@duo.random> <48348795.3020806@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <48348795.3020806@codemonkey.ws> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Laurent Vivier , Dave Hansen , qemu-devel@nongnu.org, Blue Swirl , Paul Brook On Wed, May 21, 2008 at 03:35:33PM -0500, Anthony Liguori wrote: > Or if multiple guests are using the same backing file (imagine each guest > has it's own qcow file backed to a common one). Or if we had a more > advanced storage system that did something like content addressable > storage. Agreed. At least the pagecache sharing among different guests, can be achieved with ksm too though, even if they don't share any qcow.