diff options
| author | Igor Mammedov | 2014-09-26 11:28:34 +0200 |
|---|---|---|
| committer | Andreas Färber | 2014-10-15 05:03:14 +0200 |
| commit | 10bdcd565992e17f0b4f04e0b28793b169e51a26 (patch) | |
| tree | a3a3950a0c556227be3fca6ae2e5978ae1c0ac98 /include/hw | |
| parent | scsi: Convert virtio-scsi HBA to hotplug handler API (diff) | |
| download | qemu-10bdcd565992e17f0b4f04e0b28793b169e51a26.tar.gz qemu-10bdcd565992e17f0b4f04e0b28793b169e51a26.tar.xz qemu-10bdcd565992e17f0b4f04e0b28793b169e51a26.zip | |
scsi: Cleanup not used anymore SCSIBusInfo{hotplug, hot_unplug} fields
SCSI subsytem was converted to hotplug handler API and
doesn't use SCSIBusInfo{hotplug, hot_unplug} fields and
related callbacks anymore.
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
Diffstat (limited to 'include/hw')
| -rw-r--r-- | include/hw/scsi/scsi.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/hw/scsi/scsi.h b/include/hw/scsi/scsi.h index b61bedb28c..caaa3201ce 100644 --- a/include/hw/scsi/scsi.h +++ b/include/hw/scsi/scsi.h @@ -146,8 +146,6 @@ struct SCSIBusInfo { void (*transfer_data)(SCSIRequest *req, uint32_t arg); void (*complete)(SCSIRequest *req, uint32_t arg, size_t resid); void (*cancel)(SCSIRequest *req); - void (*hotplug)(SCSIBus *bus, SCSIDevice *dev); - void (*hot_unplug)(SCSIBus *bus, SCSIDevice *dev); void (*change)(SCSIBus *bus, SCSIDevice *dev, SCSISense sense); QEMUSGList *(*get_sg_list)(SCSIRequest *req); |
