From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LjCvL-0005dS-By for qemu-devel@nongnu.org; Mon, 16 Mar 2009 09:32:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LjCvG-0005bc-M1 for qemu-devel@nongnu.org; Mon, 16 Mar 2009 09:32:11 -0400 Received: from [199.232.76.173] (port=40638 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LjCvG-0005bO-6h for qemu-devel@nongnu.org; Mon, 16 Mar 2009 09:32:06 -0400 Received: from verein.lst.de ([213.95.11.210]:51567) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1LjCvF-0005Hn-Mp for qemu-devel@nongnu.org; Mon, 16 Mar 2009 09:32:06 -0400 Date: Mon, 16 Mar 2009 14:32:02 +0100 From: Christoph Hellwig Subject: Re: [Qemu-devel] [PATCH 2/5] Convert vectored aio emulation to use a dedicated pool Message-ID: <20090316133202.GB4200@lst.de> References: <1237209071-26942-1-git-send-email-avi@redhat.com> <1237209071-26942-3-git-send-email-avi@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1237209071-26942-3-git-send-email-avi@redhat.com> 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 On Mon, Mar 16, 2009 at 03:11:08PM +0200, Avi Kivity wrote: > This allows us to remove a hack in the vectored aio cancellation code. Note that patch my switch to the aio_readv/writev methods will get rid of this whole double aiocb indirection in a very natural way.