Re: [libvirt] [PATCH v5 14/36] qemu_process: Stop retaining Monitor config in qemuProcessQmp

2019-01-03 Thread Jiri Denemark
On Sun, Dec 02, 2018 at 23:10:08 -0600, Chris Venteicher wrote: > The monitor config data is removed from the qemuProcessQmp struct. > > The monitor config data can be initialized immediately before call to > qemuMonitorOpen and does not need to be maintained after the call > because

[libvirt] [PATCH v5 14/36] qemu_process: Stop retaining Monitor config in qemuProcessQmp

2018-12-02 Thread Chris Venteicher
The monitor config data is removed from the qemuProcessQmp struct. The monitor config data can be initialized immediately before call to qemuMonitorOpen and does not need to be maintained after the call because qemuMonitorOpen copies any strings it needs. Signed-off-by: Chris Venteicher ---