qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 00/11] virtio-scsi device model


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH 00/11] virtio-scsi device model
Date: Thu, 12 Jan 2012 10:47:48 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111222 Thunderbird/9.0

On 01/12/2012 06:17 AM, Hu Tao wrote:
Hi Paolo,

How to add a virtio-scsi device? What parameters should I specify
in qemu command line?

Same as with other SCSI devices:

  -device virtio-scsi-pci

then for every disk

  -drive if=none,file=PATH,id=NAME
  -device scsi-hd,drive=NAME

(or scsi-cd for a CD-ROM drive).

Paolo



reply via email to

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