]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: add librbd encryption engine
authorOr Ozeri <oro@il.ibm.com>
Sun, 24 Oct 2021 09:51:29 +0000 (04:51 -0500)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 25 Oct 2021 12:06:15 +0000 (14:06 +0200)
commit59090adf6343b4180701091551cf2d4bd3870bc1
tree25aed44e78dd4f1f88a0dc323e67846565e1aa29
parentab1d46d61289baf86812153c994aed29863e29ca
qemu: add librbd encryption engine

rbd encryption is new in qemu 6.1.0.
This commit adds a new encryption engine property which
allows the user to use this new encryption engine.

Signed-off-by: Or Ozeri <oro@il.ibm.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
12 files changed:
docs/formatstorageencryption.html.in
docs/schemas/storagecommon.rng
src/conf/storage_encryption_conf.c
src/conf/storage_encryption_conf.h
src/qemu/qemu_block.c
src/qemu/qemu_domain.c
tests/qemuxml2argvdata/disk-network-rbd-encryption.x86_64-6.0.0.err [new file with mode: 0644]
tests/qemuxml2argvdata/disk-network-rbd-encryption.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/disk-network-rbd-encryption.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c
tests/qemuxml2xmloutdata/disk-network-rbd-encryption.x86_64-latest.xml [new file with mode: 0644]
tests/qemuxml2xmltest.c