]> git.ipfire.org Git - thirdparty/qemu.git/commit
virtio-scsi: forward scsibus for virtio-scsi-pci.
authorKONRAD Frederic <fred.konrad@greensocs.com>
Wed, 12 Jun 2013 06:15:17 +0000 (08:15 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Mon, 12 Aug 2013 20:11:49 +0000 (15:11 -0500)
commit1e3043a702caea8ab6ffbfff6e273d6a3f88c1e7
tree9fce8f0d27c31af1b7396ea31609b9a7d627249f
parenta678b16bb3967dcee88e30aa2e345dcaca3fb7a7
virtio-scsi: forward scsibus for virtio-scsi-pci.

This fix a bug with scsi hotplug on virtio-scsi-pci:

As virtio-scsi-pci doesn't have any scsi bus, we need to forward scsi-hot-add
to the virtio-scsi-device plugged on the virtio-bus.

Cc: qemu-stable@nongnu.org
Reported-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Reviewed-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: KONRAD Frederic <fred.konrad@greensocs.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/pci/pci-hotplug.c