Re: [Qemu-devel] [PATCH 2/4] Vendor name and product name parameters for SCSI devices

2012-07-08 Thread Paolo Bonzini
Il 07/07/2012 07:03, Deep Debroy ha scritto: > Options vendor_name and product_nameadded for SCSI > disks. I renamed the property names to vendor/product (and similarly changed the field names), and applied to scsi-next with correct attribution to Dmitry Fleitman based on http://lists.gnu.org/ar

[Qemu-devel] [PATCH 2/4] Vendor name and product name parameters for SCSI devices

2012-07-06 Thread Deep Debroy
Options vendor_name and product_nameadded for SCSI disks. Signed-off-by: Deep Debroy --- hw/scsi-disk.c | 31 +++ 1 file changed, 23 insertions(+), 8 deletions(-) diff --git a/hw/scsi-disk.c b/hw/scsi-disk.c index ae25194..a774c3c 100644 --- a/hw/scsi-disk.c +++