]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: storage: Copy parent's disk metadata to backing chain elements
authorPeter Krempa <pkrempa@redhat.com>
Fri, 27 Jun 2014 12:33:01 +0000 (14:33 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 8 Jul 2014 12:34:05 +0000 (14:34 +0200)
commit6f87fb9b6f51c2e2b1ac254648e9d0836be68868
tree0a48fbc1ad18481146aa6543b7206a8492e15e6a
parent3bd69ab94080bcae0dc2820c9c64037c09a3cf09
util: storage: Copy parent's disk metadata to backing chain elements

When discovering a disk backing chain the parent disk's metadata need to
be populated into the guest images so that each piece of the backing
chain contains a copy of those. This will allow us to refactor the
security driver so that it will not need to carry around the original
disk definition.
src/util/virstoragefile.c