From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BSxrS-00042q-CL for qemu-devel@nongnu.org; Wed, 26 May 2004 08:50:22 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BSxmp-0003RU-K3 for qemu-devel@nongnu.org; Wed, 26 May 2004 08:46:07 -0400 Received: from [195.9.147.9] (helo=dionis.simtreas.ru) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BSw9t-0008Gp-Vx for qemu-devel@nongnu.org; Wed, 26 May 2004 07:01:18 -0400 Message-ID: <40B47992.8080307@simtreas.ru> Date: Wed, 26 May 2004 15:03:46 +0400 From: "Vladimir N. Oleynik" MIME-Version: 1.0 References: <40B37520.7020807@simtreas.ru> In-Reply-To: <40B37520.7020807@simtreas.ru> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: AIO ide patch Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Vladimir N. Oleynik" Cc: qemu-devel@nongnu.org I wrote: > Hi Fabrice! > > I have tried to make a variant with asynchronous input/output > for ide. First worked patch attached. > (this variant haven`t AIO for ATAPI, only ATA). > May be not full right, but ... Good news: with this second variant patch installation w2k is full true and don`t make disk full! From second variant I moved set_irq() to thread. But, I don`t know: this save or not, but all my test cleans. --w vodz