Re: [Qemu-devel] [PATCH 2/5] Vendor name and product name parameters for SCSI devices Options vendor_name and product_name added for SCSI disks.

2012-03-18 Thread Dmitry Fleytman
Unused stuff cleaned out. On Thu, Mar 15, 2012 at 11:55 AM, Paolo Bonzini pbonz...@redhat.com wrote: Il 15/03/2012 10:02, Dmitry Fleytman ha scritto: Sample command line is:     -drive file=image.raw,if=none,cache=off,id=scsi1 \     -device lsi,id=scsi -device

[Qemu-devel] [PATCH 2/5] Vendor name and product name parameters for SCSI devices Options vendor_name and product_name added for SCSI disks.

2012-03-15 Thread Dmitry Fleytman
Sample command line is: -drive file=image.raw,if=none,cache=off,id=scsi1 \ -device lsi,id=scsi -device scsi-disk,drive=scsi1,bus=scsi.0,product_name=VENDOR SCSI DISK,vendor_name=[VENDOR] \ Signed-off-by: Dmitry Fleytman dmi...@daynix.com Signed-off-by: Yan Vugenfirer y...@daynix.com

Re: [Qemu-devel] [PATCH 2/5] Vendor name and product name parameters for SCSI devices Options vendor_name and product_name added for SCSI disks.

2012-03-15 Thread Paolo Bonzini
Il 15/03/2012 10:02, Dmitry Fleytman ha scritto: Sample command line is: -drive file=image.raw,if=none,cache=off,id=scsi1 \ -device lsi,id=scsi -device scsi-disk,drive=scsi1,bus=scsi.0,product_name=VENDOR SCSI DISK,vendor_name=[VENDOR] \ Signed-off-by: Dmitry Fleytman