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 <[email protected]> > --- > 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 <[email protected]> John -- libvir-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/libvir-list
