From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J6xmd-0001eB-DC for qemu-devel@nongnu.org; Mon, 24 Dec 2007 19:36:35 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J6xmc-0001dz-1u for qemu-devel@nongnu.org; Mon, 24 Dec 2007 19:36:35 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J6xmb-0001dw-TZ for qemu-devel@nongnu.org; Mon, 24 Dec 2007 19:36:33 -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 1J6xmb-0005p6-Jk for qemu-devel@nongnu.org; Mon, 24 Dec 2007 19:36:33 -0500 Date: Tue, 25 Dec 2007 00:36:30 +0000 From: Thiemo Seufer Subject: Re: [Qemu-devel] [PATCH 1/2] Real SCSI device passthrough (v5) Message-ID: <20071225003630.GC5128@networkno.de> References: <1198255238268@bull.net> <11982552391590@bull.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <11982552391590@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 patch allows to connect the virtual SCSI interface of Qemu to > a real SCSI device of the host. > Using the devices /dev/sg, it allows to send the SCSI commands from the > virtual SCSI interface to the real device. > > It has been tested with a SATA disk and an ATA CD burner with ide-scsi module > and wodim to burn a CD-RW. > > v5 allows to read movies from a DVD. It has been tested with PowerDVD and XP with unprotected DVD. Please update to current CVS, I committed v4 before I saw this one. Thiemo