]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: Replace virStoragePoolGetVhbaSCSIHostParent
authorJohn Ferlan <jferlan@redhat.com>
Sat, 18 Feb 2017 13:26:21 +0000 (08:26 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Sun, 19 Feb 2017 11:45:09 +0000 (06:45 -0500)
commitd2d74a986d92ab4b0ec1422d87268357978c70e1
treec701f6defad0005238a033eeec8e11f7b62a7abc
parentaa6aa624adb0dda920be1a1868f32cb421962931
util: Replace virStoragePoolGetVhbaSCSIHostParent

Use the new virNodeDeviceGetParentName instead. Modify the callers to
build the node device scsi_host# name string in order to call the new
function so that proper lookup occurs.
src/conf/storage_conf.c
src/conf/storage_conf.h
src/libvirt_private.syms
src/storage/storage_backend_scsi.c