]> git.proxmox.com Git - mirror_qemu.git/commit - block.c
block: remove all encryption handling APIs
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 23 Jun 2017 16:24:16 +0000 (17:24 +0100)
committerMax Reitz <mreitz@redhat.com>
Tue, 11 Jul 2017 15:44:56 +0000 (17:44 +0200)
commitc01c214b691d2f9c54a15ea7e486b1750f20fbf8
treeede8b242b28d2a7177705b5b7ebf52a4427dde87
parent788cf9f8c8cbda53843e060540f3e91a060eb744
block: remove all encryption handling APIs

Now that all encryption keys must be provided upfront via
the QCryptoSecret API and associated block driver properties
there is no need for any explicit encryption handling APIs
in the block layer. Encryption can be handled transparently
within the block driver. We only retain an API for querying
whether an image is encrypted or not, since that is a
potentially useful piece of metadata to report to the user.

Reviewed-by: Alberto Garcia <berto@igalia.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Message-id: 20170623162419.26068-18-berrange@redhat.com
Signed-off-by: Max Reitz <mreitz@redhat.com>
12 files changed:
block.c
block/crypto.c
block/qapi.c
block/qcow.c
block/qcow2.c
blockdev.c
hmp-commands.hx
include/block/block.h
include/block/block_int.h
include/qapi/error.h
qapi/block-core.json
qapi/common.json