On Tue, Feb 19, 2019 at 10:04:53AM +0100, Jiri Denemark wrote:
Let's push the call to virQEMUCapsLogProbeFailure down the stack
to
where the probing failure is detected.
Signed-off-by: Jiri Denemark <jdenemar(a)redhat.com>
---
Notes:
Version 7:
- this patch was originally included in
[PATCH 09/33] qemu_process: Expose process exit status code
in version 6 with a bunch of other unrelated changes
- modified after virQEMUCapsInitQMP was refactored
src/qemu/qemu_capabilities.c | 47 ++++++++++++++++++------------------
1 file changed, 24 insertions(+), 23 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano