[libvirt RFC 07/24] qemu_block: introduce qemuBlockFinalize

Peter Krempa pkrempa at redhat.com
Thu Sep 1 12:53:31 UTC 2022


On Tue, Aug 23, 2022 at 18:32:10 +0200, Pavel Hrdina wrote:

...

> Signed-off-by: Pavel Hrdina <phrdina at redhat.com>
> ---
>  src/qemu/qemu_block.c | 16 ++++++++++++++++
>  src/qemu/qemu_block.h |  4 ++++
>  2 files changed, 20 insertions(+)
> 
> diff --git a/src/qemu/qemu_block.c b/src/qemu/qemu_block.c
> index ce26afe611..92b0fc9812 100644
> --- a/src/qemu/qemu_block.c
> +++ b/src/qemu/qemu_block.c
> @@ -3541,3 +3541,19 @@ qemuBlockPivot(virDomainObj *vm,
>  
>      return ret;
>  }
> +
> +int

The rest of this file is consistently using 2 lines between functions.



More information about the libvir-list mailing list