From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Iz8Sc-0005oa-GB for qemu-devel@nongnu.org; Mon, 03 Dec 2007 05:23:34 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iz8Sb-0005o5-Ck for qemu-devel@nongnu.org; Mon, 03 Dec 2007 05:23:33 -0500 Received: from mx1.polytechnique.org ([129.104.30.34]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Iz8Sa-0005eu-RW for qemu-devel@nongnu.org; Mon, 03 Dec 2007 05:23:33 -0500 Message-ID: <4753D920.4060500@bellard.org> Date: Mon, 03 Dec 2007 11:23:28 +0100 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 2/2 v2] Direct IDE I/O References: <11966765602186@bull.net> In-Reply-To: <11966765602186@bull.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laurent Vivier , qemu-devel@nongnu.org Laurent Vivier wrote: > This patch enhances the "-drive ,cache=off" mode with IDE drive emulation > by removing the buffer used in the IDE emulation. > --- > block.c | 10 +++ > block.h | 2 > block_int.h | 1 > cpu-all.h | 1 > exec.c | 19 ++++++ > hw/ide.c | 176 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++--- > vl.c | 1 > 7 files changed, 204 insertions(+), 6 deletions(-) What's the use of keeping the buffered case ? Fabrice.