Re: [libvirt] [PATCH v5 15/36] qemu_process: Don't open monitor if process failed

2019-01-03 Thread Jiri Denemark
On Sun, Dec 02, 2018 at 23:10:09 -0600, Chris Venteicher wrote: > Gracefully handle case when proc activation failed prior to calling. > > Consistent with the existing code for qemuConnectMonitor (for domains) > in qemu_process.c... > > - Handle qemMonitorOpen failure with INFO message and NU

[libvirt] [PATCH v5 15/36] qemu_process: Don't open monitor if process failed

2018-12-02 Thread Chris Venteicher
Gracefully handle case when proc activation failed prior to calling. Consistent with the existing code for qemuConnectMonitor (for domains) in qemu_process.c... - Handle qemMonitorOpen failure with INFO message and NULL ptr - Identify parameters passed to qemuMonitorOpen Monitor callbacks wi