]> xenbits.xensource.com Git - libvirt.git/commit
qemu_domain.c: modernize qemuMonitorGetCpuHalted()
authorDaniel Henrique Barboza <danielhb413@gmail.com>
Thu, 12 Nov 2020 21:19:40 +0000 (18:19 -0300)
committerDaniel Henrique Barboza <danielhb413@gmail.com>
Fri, 13 Nov 2020 15:11:44 +0000 (12:11 -0300)
commit66ee13809cc25a8e9543113a75d79671963a5ee2
tree3175810cebf768a914d867bfdf738fd3b785a363
parent8a778ebfe10e9988121f9ffcf5ec0e5f0c68c639
qemu_domain.c: modernize qemuMonitorGetCpuHalted()

Use g_autoptr() and remove the 'cleanup' label.

Reviewed-by: Jonathon Jongsma <jjongsma@redhat.com>
Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
src/qemu/qemu_domain.c