From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J1VNw-0001bT-An for qemu-devel@nongnu.org; Sun, 09 Dec 2007 18:16:32 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J1VNt-0001XT-Eu for qemu-devel@nongnu.org; Sun, 09 Dec 2007 18:16:31 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J1VNs-0001XA-W3 for qemu-devel@nongnu.org; Sun, 09 Dec 2007 18:16:29 -0500 Received: from relay01.mx.bawue.net ([193.7.176.67]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1J1VNs-0005uc-L5 for qemu-devel@nongnu.org; Sun, 09 Dec 2007 18:16:28 -0500 Date: Sun, 9 Dec 2007 23:16:23 +0000 From: Thiemo Seufer Subject: Re: [Qemu-devel] [PATCH 0/2] Real SCSI device passthrough Message-ID: <20071209231623.GD12436@networkno.de> References: <11970374183299@bull.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <11970374183299@bull.net> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laurent Vivier Cc: qemu-devel@nongnu.org Laurent Vivier wrote: > > This series of patches allows to connect real SCSI device to the virtual > SCSI controller of Qemu using the SCSI Generic interface (/dev/sg) > > for instance: > > qemu -hda my_disk.qcow2 -drive file=/dev/sg3,if=scsi Please update also the documentation to mention this example. > [PATCH 1/2] SCSI cleanup > > This patch reworks the interface between SCSI controller and SCSI device. > > [PATCH 2/2] Real SCSI device passthrough (v3) > > This patch allows to connect the virtual SCSI interface of Qemu to > a real SCSI device of the host. > > Laurent > > > >