commit | 350e6e419902991b073b313aa65b240d1024d57e | [log] [tgz] |
---|---|---|
author | Cong Meng <mc@linux.vnet.ibm.com> | Wed Jun 20 14:47:10 2012 +0800 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Jul 27 08:25:25 2012 +0200 |
tree | e861b44b5180fd4f21b24b3890ba6326d9825cb4 | |
parent | 814589c450440da2fd7567aafaf6259bc8ea02f4 [diff] |
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>