Il 15/06/2012 00:01, Richard W.M. Jones ha scritto: >>> > > /home/rjones/d/qemu/ppc64-softmmu/qemu-system-ppc64 \ >>> > > -global virtio-blk-pci.scsi=off \ >>> > > -nodefconfig \ >>> > > -nodefaults \ >>> > > -nographic \ >>> > > -device virtio-scsi-pci,id=scsi \ >>> > > -drive file=test1.img,cache=off,format=raw,id=hd0,if=none \ >>> > > -device scsi-hd,drive=hd0 \ >> > >> > Don't you have to specify bus= too?
No, it will just look for a scsi bus. With -nodefaults there should be no default vscsi controller, so it should work. Try info qdev to get a definitive answer though. Paolo