Re: [libvirt] [PATCH] libxl_domain: Use g_autoptr for libxlDriverConfig

2019-10-22 Thread Ján Tomko
On Tue, Oct 22, 2019 at 03:16:20PM +0200, Michal Privoznik wrote: This simplifies some functions, but mostly libxlDomainManagedSavePath() which is going to be modified in future commits. Signed-off-by: Michal Privoznik --- src/libxl/libxl_domain.c | 34 ++ 1 file

[libvirt] [PATCH] libxl_domain: Use g_autoptr for libxlDriverConfig

2019-10-22 Thread Michal Privoznik
This simplifies some functions, but mostly libxlDomainManagedSavePath() which is going to be modified in future commits. Signed-off-by: Michal Privoznik --- src/libxl/libxl_domain.c | 34 ++ 1 file changed, 10 insertions(+), 24 deletions(-) diff --git