]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: move storage encryption type to util/
authorEric Blake <eblake@redhat.com>
Fri, 28 Mar 2014 03:26:44 +0000 (21:26 -0600)
committerEric Blake <eblake@redhat.com>
Tue, 1 Apr 2014 16:38:13 +0000 (10:38 -0600)
commit8fc328592c7b7affdddf67b30e05eb05d1340403
tree2e05a00ecf2ae6a4f36a45cc3445c6d5a277f8ca
parent4220f76aedd66afba80dd68dd7611f4865de9bd0
conf: move storage encryption type to util/

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
src/Makefile.am
src/conf/domain_conf.h
src/conf/storage_conf.h
src/libvirt_private.syms
src/util/virstorageencryption.c [moved from src/conf/storage_encryption_conf.c with 98% similarity]
src/util/virstorageencryption.h [moved from src/conf/storage_encryption_conf.h with 95% similarity]