On Wed, Feb 21, 2018 at 02:51:38PM +0530, Nitin Gupta wrote:
> Please let me know the qemu command for doing ssd virtio-scsi passthrough .
> i am able to do the pass through with virsh .but same command when i am
> trying with qemu , VM is not coming up
> 
> Please let me know how can i proceed further . any help will be appreciated

Something like this:

  -drive if=none,id=drive0,file=/dev/sdX,format=raw,aio=native,cache=none
  -device virtio-scsi-pci,id=virtio-scsi-pci0
  -device scsi-block,drive=drive0,bus=virtio-scsi-pci0.0

Stefan

Attachment: signature.asc
Description: PGP signature

Reply via email to