Re: [libvirt] [PATCH 1/2] qemu: Use the return value of virObjectRef directly

2018-02-05 Thread Michal Privoznik
On 02/02/2018 01:13 PM, Marc Hartmayer wrote: > 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 > Reviewed-by: Boris Fiuczynski > Reviewed-by: Bjoern Wal

[libvirt] [PATCH 1/2] qemu: Use the return value of virObjectRef directly

2018-02-02 Thread Marc Hartmayer
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 Reviewed-by: Boris Fiuczynski Reviewed-by: Bjoern Walk --- src/qemu/qemu_process.c | 19 +++ 1