]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Use the return value of virObjectRef directly
authorMarc Hartmayer <mhartmay@linux.vnet.ibm.com>
Fri, 2 Feb 2018 12:13:45 +0000 (13:13 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 5 Feb 2018 08:17:39 +0000 (09:17 +0100)
commit7db455cebd5f4db8a948dcf443fc853744bf9a5d
tree145a9e33fd0e258daca0cb1d320cedfa5114c382
parenta8ef7b69dc1652a46671c3d3c7e847bf6ef360fc
qemu: Use the return value of virObjectRef directly

Use the return value of virObjectRef directly. This way, it's easier
for another reader to identify the reason why the additional reference
is required.

Signed-off-by: Marc Hartmayer <mhartmay@linux.vnet.ibm.com>
Reviewed-by: Boris Fiuczynski <fiuczy@linux.vnet.ibm.com>
Reviewed-by: Bjoern Walk <bwalk@linux.vnet.ibm.com>
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu_process.c