
27 Jun
2017
27 Jun
'17
9:40 p.m.
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@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@redhat.com> John