From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59145) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S8VPw-0005iQ-4W for qemu-devel@nongnu.org; Fri, 16 Mar 2012 07:34:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S8VPp-0000rf-MD for qemu-devel@nongnu.org; Fri, 16 Mar 2012 07:33:55 -0400 Received: from mail-pz0-f45.google.com ([209.85.210.45]:43159) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S8VPp-0000rB-D7 for qemu-devel@nongnu.org; Fri, 16 Mar 2012 07:33:49 -0400 Received: by dadp14 with SMTP id p14so6119085dad.4 for ; Fri, 16 Mar 2012 04:33:47 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4F632514.6000900@redhat.com> Date: Fri, 16 Mar 2012 12:33:40 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] lsi_scsi: error: ORDERED queue not implemented List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Marius Cirsta Cc: qemu-devel@nongnu.org Il 15/03/2012 23:30, Marius Cirsta ha scritto: > > qemu-system-arm --version > QEMU emulator version 1.0,1, Copyright (c) 2003-2008 Fabrice Bellard > > and I have a premade ARM image which I start with: > > qemu-system-arm -M versatilepb -m 256 -kernel > vmlinuz-3.1-versatile-fw5 -hda initrd-arm.img -append "root=/dev/sda > ro quiet" > > > Every now and then I get this: > > lsi_scsi: error: ORDERED queue not implemented This is only a heuristic in the Linux LSI driver. Its lack is harmless, in fact the feature is not anymore required by SCSI standards. Paolo