Re: [libvirt] [PATCH v5 09/36] qemu_process: Persist stderr in qemuProcessQmp struct

2019-01-03 Thread Jiri Denemark
On Sun, Dec 02, 2018 at 23:10:03 -0600, Chris Venteicher wrote: > A qemuProcessQmp struct tracks the entire lifespan of a single QEMU Process > including storing error output when the process terminates or activation > fails. > > Error output remains available until qemuProcessQmpFree is called.

[libvirt] [PATCH v5 09/36] qemu_process: Persist stderr in qemuProcessQmp struct

2018-12-02 Thread Chris Venteicher
A qemuProcessQmp struct tracks the entire lifespan of a single QEMU Process including storing error output when the process terminates or activation fails. Error output remains available until qemuProcessQmpFree is called. The qmperr variable is renamed stderr (captures stderr from process.)