]> git.ipfire.org Git - thirdparty/libvirt.git/commit
storage: Move disk->backingChain to the recursive disk->src.backingStore
authorPeter Krempa <pkrempa@redhat.com>
Thu, 17 Apr 2014 21:20:22 +0000 (23:20 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 23 Apr 2014 21:11:07 +0000 (23:11 +0200)
commit44551275a9d5b009c57baefd834e0883ef2ba223
tree9126c97fdbb570bd705bab943300cd24b547b4a0
parentb627b8fd05b7dc1f7fa524d2d4f38d9510b6bb87
storage: Move disk->backingChain to the recursive disk->src.backingStore

Switch over to storing of the backing chain as a recursive
virStorageSource structure.

This is a string based move. Currently the first element will be present
twice in the backing chain as currently the retrieval function stores
the parent in the newly detected chain. This will be fixed later.
src/conf/domain_conf.c
src/conf/domain_conf.h
src/qemu/qemu_domain.c
src/qemu/qemu_driver.c
src/security/security_selinux.c
src/security/virt-aa-helper.c