[libvirt PATCH 03/17] util: move virQEMUBuildQemuImgKeySecretOpts into storage

Peter Krempa pkrempa at redhat.com
Mon Jan 4 15:27:11 UTC 2021


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 at 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 at redhat.com>




More information about the libvir-list mailing list