OSDN Git Service

scsi: introduce hotplug() and hot_unplug() interfaces for SCSI bus
authorCong Meng <mc@linux.vnet.ibm.com>
Wed, 20 Jun 2012 06:47:10 +0000 (14:47 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 27 Jul 2012 06:25:25 +0000 (08:25 +0200)
commit350e6e419902991b073b313aa65b240d1024d57e
treee861b44b5180fd4f21b24b3890ba6326d9825cb4
parent814589c450440da2fd7567aafaf6259bc8ea02f4
scsi: introduce hotplug() and hot_unplug() interfaces for SCSI bus

Add two interfaces hotplug() and hot_unplug() to scsi bus info.
The scsi bus can implement these two interfaces to signal the HBA driver
of guest kernel to add/remove the scsi device in question.

Signed-off-by: Sen Wang <senwang@linux.vnet.ibm.com>
Signed-off-by: Cong Meng <mc@linux.vnet.ibm.com>
[ Fixed braces and indentation - Paolo ]
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/scsi-bus.c
hw/scsi.h