From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51356) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UdjSE-00085B-9w for qemu-devel@nongnu.org; Sat, 18 May 2013 11:53:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UdjSD-000534-H0 for qemu-devel@nongnu.org; Sat, 18 May 2013 11:53:54 -0400 Received: from mail-ea0-x22b.google.com ([2a00:1450:4013:c01::22b]:43666) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UdjSD-000530-AR for qemu-devel@nongnu.org; Sat, 18 May 2013 11:53:53 -0400 Received: by mail-ea0-f171.google.com with SMTP id b15so3190977eae.16 for ; Sat, 18 May 2013 08:53:52 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <5197A407.1010303@redhat.com> Date: Sat, 18 May 2013 17:53:43 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <5197825B.6050008@msgid.tls.msk.ru> <51978484.1050006@redhat.com> <5197869A.7060004@msgid.tls.msk.ru> <51979295.8000503@msgid.tls.msk.ru> In-Reply-To: <51979295.8000503@msgid.tls.msk.ru> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] IDE TRIM bug on at least PPC target List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Tokarev Cc: qemu-devel Il 18/05/2013 16:39, Michael Tokarev ha scritto: > 18.05.2013 17:48, Michael Tokarev wrote: >> 18.05.2013 17:39, Paolo Bonzini wrote: >>> [] Did you test SCSI as well? >> >> Trying that now. > > And I don't really know how to add scsi device to qemu ppc. > > qemu-system-ppc -drive file=foo,if=scsi > > creates no scsi device in the guest, at least not one visible > by lspci. How to use scsi with ppc? For example: qemu-system-ppc -drive file=foo,if=none,id=hd -device \ megasas -device scsi-disk,drive=hd Paolo