Re: [libvirt] [PATCH 18/20] qemu_process: Hide qemuProcessQMPStop

2019-02-22 Thread Ján Tomko
On Tue, Feb 19, 2019 at 10:05:01AM +0100, Jiri Denemark wrote: Users qemuProcessQMP struct were always forced to call both qemuProcessQMPStop and qemuProcessQMPFree when they are done with the process. We can just call qemuProcessQMPStop from qemuProcessQMPFree and let users call

[libvirt] [PATCH 18/20] qemu_process: Hide qemuProcessQMPStop

2019-02-19 Thread Jiri Denemark
Users qemuProcessQMP struct were always forced to call both qemuProcessQMPStop and qemuProcessQMPFree when they are done with the process. We can just call qemuProcessQMPStop from qemuProcessQMPFree and let users call qemuProcessQMPFree only. Signed-off-by: Jiri Denemark --- Notes: Version