]> git.ipfire.org Git - thirdparty/libvirt.git/commit
encryption: Add <cipher> and <ivgen> to encryption
authorJohn Ferlan <jferlan@redhat.com>
Wed, 1 Jun 2016 23:21:26 +0000 (19:21 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Fri, 1 Jul 2016 19:46:57 +0000 (15:46 -0400)
commit2552fec248c665f3417a5d36840555da6bbe96a4
treea230b4d0048073744cda11dad1addf87354b7b73
parent9bbf0d7e6457e5a0668017eb8e17276f747fc9cc
encryption: Add <cipher> and <ivgen> to encryption

For a luks device, allow the configuration of a specific cipher to be
used for encrypting the volume.

Signed-off-by: John Ferlan <jferlan@redhat.com>
docs/formatstorageencryption.html.in
docs/schemas/storagecommon.rng
src/conf/domain_conf.c
src/util/virstorageencryption.c
src/util/virstorageencryption.h
tests/qemuxml2argvdata/qemuxml2argv-luks-disk-cipher.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-luks-disk-cipher.xml [new symlink]
tests/qemuxml2xmltest.c
tests/storagevolxml2xmlin/vol-luks-cipher.xml [new file with mode: 0644]
tests/storagevolxml2xmlout/vol-luks-cipher.xml [new file with mode: 0644]
tests/storagevolxml2xmltest.c