Re: [libvirt] [PATCH v5 16/36] qemu_process: Cleanup qemuProcessQmp alloc function

2019-01-03 Thread Jiri Denemark
On Sun, Dec 02, 2018 at 23:10:10 -0600, Chris Venteicher wrote: > qemuProcessQmpNew is one of the 4 public functions used to create and > manage a qemu process for QMP command exchanges outside of domain > operations. > > Add descriptive comment block, Debug statement and make source > consistent

[libvirt] [PATCH v5 16/36] qemu_process: Cleanup qemuProcessQmp alloc function

2018-12-02 Thread Chris Venteicher
qemuProcessQmpNew is one of the 4 public functions used to create and manage a qemu process for QMP command exchanges outside of domain operations. Add descriptive comment block, Debug statement and make source consistent with the cleanup / VIR_STEAL_PTR format used elsewhere. Signed-off-by: