From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IzEmA-0005dN-T1 for qemu-devel@nongnu.org; Mon, 03 Dec 2007 12:08:10 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IzEmA-0005cP-9I for qemu-devel@nongnu.org; Mon, 03 Dec 2007 12:08:10 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IzEmA-0005c7-3T for qemu-devel@nongnu.org; Mon, 03 Dec 2007 12:08:10 -0500 Received: from smtp.citrix.com ([66.165.176.89]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IzEm9-0007hj-PD for qemu-devel@nongnu.org; Mon, 03 Dec 2007 12:08:09 -0500 Received: from implementation.famille.thibault.fr (aqu33-6-88-168-81-198.fbx.proxad.net [88.168.81.198]) (authenticated bits=0) by smtp01.ad.xensource.com (8.13.1/8.13.1) with ESMTP id lB3H81dq024748 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO) for ; Mon, 3 Dec 2007 09:08:03 -0800 Received: from samy by implementation.famille.thibault.fr with local (Exim 4.68) (envelope-from ) id 1IzEm0-00015m-O5 for qemu-devel@nongnu.org; Mon, 03 Dec 2007 18:08:00 +0100 Date: Mon, 3 Dec 2007 18:08:00 +0100 From: Samuel Thibault Subject: Re: [Qemu-devel] [PATCH 2/2 v2] Direct IDE I/O Message-ID: <20071203170800.GC3797@implementation> References: <11966765602186@bull.net> <4753D920.4060500@bellard.org> <1196677804.5275.5.camel@frecb07144> <475426C7.20503@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <475426C7.20503@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: qemu-devel@nongnu.org Anthony Liguori, le Mon 03 Dec 2007 09:54:47 -0600, a écrit : > Have you done any performance testing? Buffered IO should absolutely > beat direct IO simply because buffered IO allows writes to complete > before they actually hit disk. Since qemu can use the aio interface, that shouldn't matter. Samuel