Re: [PATCH RESEND 12/20] libxl_driver.c: modernize libxlNodeDeviceReAttach()

2021-02-19 Thread Laine Stump
On 1/18/21 2:53 PM, Daniel Henrique Barboza wrote: Use g_auto* wherever we can and remove the 'cleanup' label. Signed-off-by: Daniel Henrique Barboza This patch is also obsoleted by 23cdab6a3de0f6336505adcb446f77a6e0628e6b --- src/libxl/libxl_driver.c | 37

[PATCH RESEND 12/20] libxl_driver.c: modernize libxlNodeDeviceReAttach()

2021-01-18 Thread Daniel Henrique Barboza
Use g_auto* wherever we can and remove the 'cleanup' label. Signed-off-by: Daniel Henrique Barboza --- src/libxl/libxl_driver.c | 37 ++--- 1 file changed, 14 insertions(+), 23 deletions(-) diff --git a/src/libxl/libxl_driver.c b/src/libxl/libxl_driver.c index