From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LjwC9-0004qF-Kn for qemu-devel@nongnu.org; Wed, 18 Mar 2009 09:52:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LjwC4-0004oO-Ae for qemu-devel@nongnu.org; Wed, 18 Mar 2009 09:52:32 -0400 Received: from [199.232.76.173] (port=40932 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LjwC4-0004oL-71 for qemu-devel@nongnu.org; Wed, 18 Mar 2009 09:52:28 -0400 Received: from verein.lst.de ([213.95.11.210]:49471) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1LjwC3-0006mi-JY for qemu-devel@nongnu.org; Wed, 18 Mar 2009 09:52:27 -0400 Date: Wed, 18 Mar 2009 14:52:23 +0100 From: Christoph Hellwig Message-ID: <20090318135223.GA24855@lst.de> References: <20090318133633.GA24254@lst.de> <49C0FB3B.9070303@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <49C0FB3B.9070303@redhat.com> Subject: [Qemu-devel] Re: [PATCH] new scsi-generic abstraction, use SG_IO Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: qemu-devel@nongnu.org, Christoph Hellwig , Paul Brook On Wed, Mar 18, 2009 at 03:46:35PM +0200, Avi Kivity wrote: > I'm not familiar with SG_IO. Does it allow the device to dma to/from > userspace? Yes.