Il 06/08/2014 07:34, Fam Zheng ha scritto:
> Hi all,
>
> This series adds "iothread" property to virtio-scsi in a way just similar to
> virtio-blk, and turns all scsi devices to run on top of it.
>
> Example:
>
> -object iothread,id=iothread-1 \
> -device virtio-scsi-pci,id=virtio-scsi-
Hi all,
This series adds "iothread" property to virtio-scsi in a way just similar to
virtio-blk, and turns all scsi devices to run on top of it.
Example:
-object iothread,id=iothread-1 \
-device virtio-scsi-pci,id=virtio-scsi-bus-0,iothread=iothread-1 \
-drive file=guest.img,id=scs