scsi: fix drive hotplug.
commit11f4d7f483d9ca3a8979abd605cf1468b3e96aa2
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 10 Dec 2009 10:11:07 +0000 (10 11:11 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Sat, 12 Dec 2009 13:59:44 +0000 (12 07:59 -0600)
tree650b4613e3d791ce24cb98e7648b85327cc5b91d
parent09e3acc6cfabfd85a9dacc04471df5f05019c779
scsi: fix drive hotplug.

This patch fills the DriveInfo->unit after hotplugging a scsi disk.
It makes a difference when auto-assigning a scsi id, where unit was
left filled with '-1' instead of the actual scsi id.

With this patch applied the the drive naming logic in drive_init() works
as good as it did in previous releases.  Which means it works fine with
a single scsi bus.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/pci-hotplug.c