Re: [libvirt] [PATCH v5 11/36] qemu_process: Collect monitor code in single function

2019-01-03 Thread Jiri Denemark
On Sun, Dec 02, 2018 at 23:10:05 -0600, Chris Venteicher wrote: > qemuMonitor code lives in qemuProcessQmpConnectMonitor rather than in > qemuProcessQmpNew and qemuProcessQmpLaunch. > > This is consistent with existing structure in qemu_process.c where > qemuConnectMonitor function contains monito

[libvirt] [PATCH v5 11/36] qemu_process: Collect monitor code in single function

2018-12-02 Thread Chris Venteicher
qemuMonitor code lives in qemuProcessQmpConnectMonitor rather than in qemuProcessQmpNew and qemuProcessQmpLaunch. This is consistent with existing structure in qemu_process.c where qemuConnectMonitor function contains monitor code for domain process activation. Simple code moves in this patch. I