Re: [libvirt] [PATCH 5/n] conf: move storage encryption type to util/

2014-03-31 Thread Peter Krempa
On 03/28/14 04:38, Eric Blake wrote: Encryption keys can be associated with each source file in a backing chain; as such, this file belongs more in util/ where it can be used by virstoragefile.h. * src/conf/storage_encryption_conf.h: Rename... * src/util/virstorageencryption.h: ...to this.

[libvirt] [PATCH 5/n] conf: move storage encryption type to util/

2014-03-27 Thread Eric Blake
Encryption keys can be associated with each source file in a backing chain; as such, this file belongs more in util/ where it can be used by virstoragefile.h. * src/conf/storage_encryption_conf.h: Rename... * src/util/virstorageencryption.h: ...to this. * src/conf/storage_encryption_conf.c: