]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: move virStorageTranslateDiskSourcePool into domain conf
authorDaniel P. Berrangé <berrange@redhat.com>
Thu, 25 Jan 2018 09:35:51 +0000 (09:35 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Fri, 9 Feb 2018 11:05:10 +0000 (11:05 +0000)
commitfee840cc96d5da3869522c2f00fbd26209b8a744
treed2f60d6e673638d6b9e1d5ae24ccbc7ce757f7a3
parent456c04865fd7eaf79d70734f886f5d1c015d3ad5
conf: move virStorageTranslateDiskSourcePool into domain conf

The virStorageTranslateDiskSourcePool method modifies a virDomainDiskDef
to resolve any storage pool reference. For some reason this was added
into the storage driver code, despite working entirely in terms of the
public APIs. Move it into the domain conf file and rename it to match the
object it modifies.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
src/bhyve/bhyve_command.c
src/conf/domain_conf.c
src/conf/domain_conf.h
src/libvirt_private.syms
src/qemu/qemu_driver.c
src/qemu/qemu_hotplug.c
src/qemu/qemu_process.c
src/storage/storage_driver.c
src/storage/storage_driver.h