Re: [libvirt] [PATCHv5 08/28] util: storage: Add function to transfer config parts to new chain element

2014-07-07 Thread Eric Blake
On 07/04/2014 05:29 AM, Peter Krempa wrote: > We are going to modify storage source chains in place. Add a helper that > will copy relevant information such as security labels to the new > element if that doesn't contain it. > --- > src/libvirt_private.syms | 1 + > src/util/virstoragefile.c | 4

[libvirt] [PATCHv5 08/28] util: storage: Add function to transfer config parts to new chain element

2014-07-04 Thread Peter Krempa
We are going to modify storage source chains in place. Add a helper that will copy relevant information such as security labels to the new element if that doesn't contain it. --- src/libvirt_private.syms | 1 + src/util/virstoragefile.c | 40 src/util/vir