Re: [libvirt] [PATCH v5 18/36] qemu_process: Catch process free before process stop

2019-01-03 Thread Jiri Denemark
On Sun, Dec 02, 2018 at 23:10:12 -0600, Chris Venteicher wrote: > Catch execution paths where qemuProcessQmpFree is called before > qemuProcessQmpStop then report error and force stop before proceeding. > > Also added public function header and debug message. > > Signed-off-by: Chris Venteicher

[libvirt] [PATCH v5 18/36] qemu_process: Catch process free before process stop

2018-12-02 Thread Chris Venteicher
Catch execution paths where qemuProcessQmpFree is called before qemuProcessQmpStop then report error and force stop before proceeding. Also added public function header and debug message. Signed-off-by: Chris Venteicher --- src/qemu/qemu_process.c | 17 - 1 file changed, 16