Re: [Qemu-devel] [PATCH] usb-storage: Forward serial number to scsi-disk

2013-04-04 Thread Gerd Hoffmann
On 04/03/13 12:47, Kevin Wolf wrote: > usb-storage takes care to fetch the USB serial number from -drive > options, but it neglected to pass its own 'serial' property to the > scsi-disk it creates. With this patch, the 'serial' qdev property and > the 'serial' option in -drive behave the same and c

Re: [Qemu-devel] [PATCH] usb-storage: Forward serial number to scsi-disk

2013-04-04 Thread Kevin Wolf
Am 04.04.2013 um 10:07 hat Gerd Hoffmann geschrieben: > On 04/03/13 12:47, Kevin Wolf wrote: > > usb-storage takes care to fetch the USB serial number from -drive > > options, but it neglected to pass its own 'serial' property to the > > scsi-disk it creates. With this patch, the 'serial' qdev prop

Re: [Qemu-devel] [PATCH] usb-storage: Forward serial number to scsi-disk

2013-04-04 Thread Gerd Hoffmann
On 04/03/13 12:47, Kevin Wolf wrote: > usb-storage takes care to fetch the USB serial number from -drive > options, but it neglected to pass its own 'serial' property to the > scsi-disk it creates. With this patch, the 'serial' qdev property and > the 'serial' option in -drive behave the same and c

[Qemu-devel] [PATCH] usb-storage: Forward serial number to scsi-disk

2013-04-03 Thread Kevin Wolf
usb-storage takes care to fetch the USB serial number from -drive options, but it neglected to pass its own 'serial' property to the scsi-disk it creates. With this patch, the 'serial' qdev property and the 'serial' option in -drive behave the same and correctly apply the serial number on both USB