]> git.ipfire.org Git - thirdparty/libvirt.git/commit
encryption: Add luks parsing for storageencryption
authorJohn Ferlan <jferlan@redhat.com>
Wed, 1 Jun 2016 19:01:31 +0000 (15:01 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Fri, 1 Jul 2016 19:46:52 +0000 (15:46 -0400)
commit9bbf0d7e6457e5a0668017eb8e17276f747fc9cc
tree4c9a280574595f69ca438fcf6934fa7b1dad5846
parent47e88b33befa1aafa4fd4db99c77a45c66d41c0a
encryption: Add luks parsing for storageencryption

Add parse and format of the luks/passphrase secret including tests for
volume XML parsing.

Signed-off-by: John Ferlan <jferlan@redhat.com>
15 files changed:
docs/formatsecret.html.in
docs/formatstorageencryption.html.in
docs/schemas/storagecommon.rng
src/qemu/qemu_process.c
src/storage/storage_backend.c
src/storage/storage_backend_fs.c
src/storage/storage_backend_gluster.c
src/util/virstorageencryption.c
src/util/virstorageencryption.h
tests/qemuxml2argvdata/qemuxml2argv-luks-disks.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-luks-disks.xml [new symlink]
tests/qemuxml2xmltest.c
tests/storagevolxml2xmlin/vol-luks.xml [new file with mode: 0644]
tests/storagevolxml2xmlout/vol-luks.xml [new file with mode: 0644]
tests/storagevolxml2xmltest.c