From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:57086) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ROE14-0000aJ-Dy for qemu-devel@nongnu.org; Wed, 09 Nov 2011 14:40:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ROE12-0008K7-Dq for qemu-devel@nongnu.org; Wed, 09 Nov 2011 14:40:58 -0500 Received: from mailout-de.gmx.net ([213.165.64.23]:33884) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1ROE12-0008JB-1V for qemu-devel@nongnu.org; Wed, 09 Nov 2011 14:40:56 -0500 Date: Wed, 09 Nov 2011 20:40:47 +0100 From: "Thomas Schmitt" References: <4EBABCB0.9020604@redhat.com> In-Reply-To: <4EBABCB0.9020604@redhat.com> Message-Id: <97517465928124@192.168.2.69> Subject: Re: [Qemu-devel] Summary of CD, DVD passthrough tests with -drive if=scsi List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: pbonzini@redhat.com Hi, i reported nastily bahaving SCSI commands SEND CUE SHEET, SET STREAMING, FORMAT UNIT, READ DISC STRUCTURE, REQUEST SENSE , RESERVE TRACK. This was with -drive file=/dev/sg2,if=scsi Paolo Bonzini wrote: > I fixed all of these; [...] > The bugs were simply that QEMU did not compute the length of the command > payload correctly. > [...] will send patches tomorrow. Plus instructions for me, please, when and how to update my git clone. :) I will then test by my new xorriso-on-qemu wiki http://libburnia-project.org/wiki/QemuXorriso The development tarball of GNU xorriso is now supposed to work on a GNU/Linux guest with /dev/vda. The wiki describes guest preparations for Debian GNU/Linux 6. With other distros, one might have to do different things to get a /dev/sr1 and rw-permissions to /dev/vda. Well, -drive if=scsi will produce a /dev/sr automatically. (Note to myself: disable udev hack before if=scsi test.) Have a nice day :) Thomas