From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lo14v-0000UU-1j for qemu-devel@nongnu.org; Sun, 29 Mar 2009 15:53:57 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lo14p-0000UI-0r for qemu-devel@nongnu.org; Sun, 29 Mar 2009 15:53:55 -0400 Received: from [199.232.76.173] (port=53064 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lo14o-0000UF-TA for qemu-devel@nongnu.org; Sun, 29 Mar 2009 15:53:50 -0400 Received: from verein.lst.de ([213.95.11.210]:56543) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1Lo14o-0004ps-9u for qemu-devel@nongnu.org; Sun, 29 Mar 2009 15:53:50 -0400 Date: Sun, 29 Mar 2009 21:53:46 +0200 From: Christoph Hellwig Message-ID: <20090329195346.GA625@lst.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PATCH 0/5] add real vectored block I/O support 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 This patch adds support to pass down vectored I/O requests from virtio and ide all the way down to the posix raw image format. Note that the last patch is rather hacky and shouldn't be merged, it's just for those wanting to play with real vectored aio support on Linux until it's exposed through glibc.