Re: [libvirt] [PATCH v5 20/36] qemu_process: Enter QMP command mode when starting QEMU Process

2019-01-12 Thread Chris Venteicher
Quoting Jiri Denemark (2019-01-03 08:54:21) > On Sun, Dec 02, 2018 at 23:10:14 -0600, Chris Venteicher wrote: > > qemuProcessQmpStart starts a QEMU process and monitor connection that > > can be used by multiple functions possibly for multiple QMP commands. > > > > The QMP exchange to exit

Re: [libvirt] [PATCH v5 20/36] qemu_process: Enter QMP command mode when starting QEMU Process

2019-01-03 Thread Jiri Denemark
On Sun, Dec 02, 2018 at 23:10:14 -0600, Chris Venteicher wrote: > qemuProcessQmpStart starts a QEMU process and monitor connection that > can be used by multiple functions possibly for multiple QMP commands. > > The QMP exchange to exit capabilities negotiation mode and enter command mode > can

[libvirt] [PATCH v5 20/36] qemu_process: Enter QMP command mode when starting QEMU Process

2018-12-02 Thread Chris Venteicher
qemuProcessQmpStart starts a QEMU process and monitor connection that can be used by multiple functions possibly for multiple QMP commands. The QMP exchange to exit capabilities negotiation mode and enter command mode can only be performed once after the monitor connection is established. Move