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