From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Khr1P-0006xK-J2 for qemu-devel@nongnu.org; Mon, 22 Sep 2008 15:24:35 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Khr1O-0006w4-0E for qemu-devel@nongnu.org; Mon, 22 Sep 2008 15:24:35 -0400 Received: from [199.232.76.173] (port=43259 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Khr1N-0006vy-Nt for qemu-devel@nongnu.org; Mon, 22 Sep 2008 15:24:33 -0400 Received: from ey-out-1920.google.com ([74.125.78.144]:16696) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Khr1N-0002k8-CB for qemu-devel@nongnu.org; Mon, 22 Sep 2008 15:24:33 -0400 Received: by ey-out-1920.google.com with SMTP id 4so437418eyk.4 for ; Mon, 22 Sep 2008 12:24:30 -0700 (PDT) Message-ID: <48D7F0B4.9010308@codemonkey.ws> Date: Mon, 22 Sep 2008 14:23:32 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [5297] Refactor AIO to allow multiple AIO implementations References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; 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: qemu-devel@nongnu.org Anthony Liguori wrote: > Revision: 5297 > http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5297 > Author: aliguori > Date: 2008-09-22 19:17:18 +0000 (Mon, 22 Sep 2008) > > Log Message: > ----------- > Refactor AIO to allow multiple AIO implementations > This patch touches a lot. I've tested it quite a bit and posted a few versions at this point. I think it works pretty well but if anyone is testing (especially on non-Linux Unixes) and something seems wrong that's IO related, let me know. Regards, Anthony Liguori