Re: [libvirt] [PATCH RFC 06/22] qemu_capabilities: Stop QEMU process before freeing

2018-11-27 Thread Jiri Denemark
On Sun, Nov 11, 2018 at 13:59:14 -0600, Chris Venteicher wrote: > Follow the convention established in qemu_process of > 1) alloc process structure > 2) start process > 3) use process > 4) stop process > 5) free process data structure > > The process data structure persists after the process activ

[libvirt] [PATCH RFC 06/22] qemu_capabilities: Stop QEMU process before freeing

2018-11-11 Thread Chris Venteicher
Follow the convention established in qemu_process of 1) alloc process structure 2) start process 3) use process 4) stop process 5) free process data structure The process data structure persists after the process activation fails or the process dies or is killed so stderr strings can be retrieved