Re: [libvirt] [PATCH v5 06/36] qemu_capabilities: Stop QEMU process before freeing

2019-01-03 Thread Jiri Denemark
On Sun, Dec 02, 2018 at 23:10:00 -0600, Chris Venteicher wrote: > virQEMUCapsInitQMP now stops QEMU process in all execution paths, > before freeing the process structure. > > The qemuProcessQmpStop function can be called multiple times without > problems... Won't attempt to stop processes and

[libvirt] [PATCH v5 06/36] qemu_capabilities: Stop QEMU process before freeing

2018-12-02 Thread Chris Venteicher
virQEMUCapsInitQMP now stops QEMU process in all execution paths, before freeing the process structure. The qemuProcessQmpStop function can be called multiple times without problems... Won't attempt to stop processes and free resources multiple times. Follow the convention established in