From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:47005) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNKAM-0005Gm-9n for qemu-devel@nongnu.org; Mon, 07 Nov 2011 03:02:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RNKAL-0005Cr-6L for qemu-devel@nongnu.org; Mon, 07 Nov 2011 03:02:50 -0500 Received: from mx1.redhat.com ([209.132.183.28]:9486) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNKAK-0005Cn-RC for qemu-devel@nongnu.org; Mon, 07 Nov 2011 03:02:49 -0500 Message-ID: <4EB790A2.4040806@redhat.com> Date: Mon, 07 Nov 2011 09:02:42 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <4EB64286.5060208@redhat.com> <97437327231485@192.168.2.69> In-Reply-To: <97437327231485@192.168.2.69> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Do you have a use for a tester of virtio-scsi with CD drives ? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Thomas Schmitt Cc: kwolf@redhat.com, stefanha@gmail.com, qemu-devel@nongnu.org On 11/06/2011 09:14 PM, Thomas Schmitt wrote: > Hi, > > i have finished CD and DVD tests with > drive file=/dev/sg2,if=virtio -cdrom /dvdbuffer/pseudo_drive > > There is substantial improvement towards if=scsi. > > Actually everything works like a charm now. :)) Cool. So you might have unveiled some kernel bugs too (host crashes are never desirable!) but most of them were likely in the LSI emulation. I'll try some of the testcases on vmw_pvscsi to see if some are generic to SCSI. Paolo