[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] qemu-system-ppc64 hanging occasionally in disk writes
From: |
Paolo Bonzini |
Subject: |
Re: [Qemu-ppc] qemu-system-ppc64 hanging occasionally in disk writes |
Date: |
Fri, 15 Jun 2012 09:51:39 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120605 Thunderbird/13.0 |
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