On Tue, Feb 19, 2019 at 10:04:54AM +0100, Jiri Denemark wrote:
Keep the pointer to QEMU stderr output in qemuProcessQMP struct
instead
of requiring the caller to provide it (and free it).
Signed-off-by: Jiri Denemark <jdenemar(a)redhat.com>
---
Notes:
Version 7:
- this is a combination of the relevant parts of
[PATCH 09/33] qemu_process: Expose process exit status code
and
[PATCH 10/33] qemu_process: Persist stderr in qemuProcessQMP struct
adapted to the changes made in the previous patches
src/qemu/qemu_capabilities.c | 14 +++++---------
src/qemu/qemu_process.c | 9 +++------
src/qemu/qemu_process.h | 3 +--
3 files changed, 9 insertions(+), 17 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano