[libvirt] [PATCH 3/8] qemu: Move preserved mount points path generation into a separate function

John Ferlan jferlan at redhat.com
Tue Jun 27 21:40:12 UTC 2017



On 06/22/2017 12:18 PM, Michal Privoznik wrote:
> This function is going to be used on other places, so
> instead of copying code we can just call the function.
> 
> Signed-off-by: Michal Privoznik <mprivozn at redhat.com>
> ---
>  src/qemu/qemu_domain.c | 59 ++++++++++++++++++++++++++++++--------------------
>  1 file changed, 36 insertions(+), 23 deletions(-)
> 
> diff --git a/src/qemu/qemu_domain.c b/src/qemu/qemu_domain.c
> index 212717c80..286d60761 100644
> --- a/src/qemu/qemu_domain.c
> +++ b/src/qemu/qemu_domain.c
> @@ -7572,6 +7572,41 @@ qemuDomainGetHostdevPath(virDomainDefPtr def,
>  }
>  
>  

/* Returns allocated string on success which the caller must free and
NULL on failure */

Reviewed-by: John Ferlan <jferlan at redhat.com>

John




More information about the libvir-list mailing list