
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. * src/conf/storage_encryption_conf.c: Rename... * src/util/virstorageencryption.c: ...to this. * src/Makefile.am (ENCRYPTION_CONF_SOURCES, CONF_SOURCES) (UTIL_SOURCES): Update to new file names. * src/libvirt_private.syms: Likewise. * src/conf/domain_conf.h: Update client. * src/conf/storage_conf.h: Likewise.
Signed-off-by: Eric Blake <eblake@redhat.com> --- po/POTFILES.in | 2 +- src/Makefile.am | 5 +---- src/conf/domain_conf.h | 2 +- src/conf/storage_conf.h | 4 ++-- src/libvirt_private.syms | 14 +++++++------- .../virstorageencryption.c} | 5 ++--- .../virstorageencryption.h} | 4 ++-- 7 files changed, 16 insertions(+), 20 deletions(-) rename src/{conf/storage_encryption_conf.c => util/virstorageencryption.c} (98%) rename src/{conf/storage_encryption_conf.h => util/virstorageencryption.h} (95%)
ACK Peter