]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Move qemuSnapshotDiskGetActualType to virDomainSnapshotDiskGetActualType
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)
commit6fb5a397bf896682a242811cf1914f3557172767
tree7a35400c6a4edf5515fc51175047bd71ed3c3d68
parentf8f020da0a72e4262784eff6325b155ffd03ca37
conf: Move qemuSnapshotDiskGetActualType to virDomainSnapshotDiskGetActualType

All the data for getting the actual type is present in the snapshot
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/snapshot_conf.c
src/conf/snapshot_conf.h
src/libvirt_private.syms
src/qemu/qemu_conf.c
src/qemu/qemu_conf.h
src/qemu/qemu_driver.c