qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] SSD virtio-scsi passthrough


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] SSD virtio-scsi passthrough
Date: Tue, 6 Mar 2018 11:34:57 +0000
User-agent: Mutt/1.9.2 (2017-12-15)

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

[Prev in Thread] Current Thread [Next in Thread]