]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Move qemuDiskGetActualType to virDomainDiskGetActualType
authorPeter Krempa <pkrempa@redhat.com>
Thu, 13 Feb 2014 09:41:01 +0000 (10:41 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 14 Feb 2014 09:47:56 +0000 (10:47 +0100)
commitf8f020da0a72e4262784eff6325b155ffd03ca37
tree88d8846c0b4801944d4da021872643117b801438
parentdca5ce4c6519a1d4e0651d00a806935248c5b424
conf: Move qemuDiskGetActualType to virDomainDiskGetActualType

All the data for getting the actual type is present in the domain
config. There is no need to have this function private to the qemu
driver and it will be re-used later in other parts of libvirt
src/conf/domain_conf.c
src/conf/domain_conf.h
src/libvirt_private.syms
src/qemu/qemu_command.c
src/qemu/qemu_conf.c
src/qemu/qemu_conf.h
src/qemu/qemu_driver.c