
4 Jan
2021
4 Jan
'21
3:27 p.m.
On Mon, Dec 14, 2020 at 16:55:23 +0100, Pavel Hrdina wrote:
Function virQEMUBuildQemuImgKeySecretOpts is not used anywhere else so there is no need to have it in util.
Signed-off-by: Pavel Hrdina <phrdina@redhat.com> --- src/libvirt_private.syms | 1 - src/storage/storage_util.c | 74 ++++++++++++++++++++++++++++++++++++-- src/util/virqemu.c | 69 ----------------------------------- src/util/virqemu.h | 6 ---- 4 files changed, 72 insertions(+), 78 deletions(-)
Additionally, with blockdev-create in qemu it will not be used for any image creation while the VM is running. Reviewed-by: Peter Krempa <pkrempa@redhat.com>