Re: [libvirt] [PATCH RFC 10/22] qemu_process: Introduce qemuProcessStartQmp

2018-11-27 Thread Jiri Denemark
On Wed, Nov 14, 2018 at 10:47:14 -0600, Chris Venteicher wrote: > Quoting Michal Privoznik (2018-11-14 09:45:07) > > On 11/11/2018 08:59 PM, Chris Venteicher wrote: > > > Move a step closer to the function structure used elsewhere in > > > qemu_process where qemuProcessStart and qemuProcessStop

Re: [libvirt] [PATCH RFC 10/22] qemu_process: Introduce qemuProcessStartQmp

2018-11-14 Thread Chris Venteicher
Quoting Michal Privoznik (2018-11-14 09:45:07) > On 11/11/2018 08:59 PM, Chris Venteicher wrote: > > Move a step closer to the function structure used elsewhere in > > qemu_process where qemuProcessStart and qemuProcessStop are the exposed > > functions. > > > > qemuProcessStartQmp mirrors

Re: [libvirt] [PATCH RFC 10/22] qemu_process: Introduce qemuProcessStartQmp

2018-11-14 Thread Michal Privoznik
On 11/11/2018 08:59 PM, Chris Venteicher wrote: > Move a step closer to the function structure used elsewhere in > qemu_process where qemuProcessStart and qemuProcessStop are the exposed > functions. > > qemuProcessStartQmp mirrors qemuProcessStart in calling sub functions to > intialize, launch

[libvirt] [PATCH RFC 10/22] qemu_process: Introduce qemuProcessStartQmp

2018-11-11 Thread Chris Venteicher
Move a step closer to the function structure used elsewhere in qemu_process where qemuProcessStart and qemuProcessStop are the exposed functions. qemuProcessStartQmp mirrors qemuProcessStart in calling sub functions to intialize, launch the process and connect the monitor to the QEMU process.