On Tue, 2019-08-13 at 17:24 +0200, Ján Tomko wrote:
> +++ b/src/util/virnodesuspend.c
> case VIR_NODE_SUSPEND_TARGET_HYBRID:
> - cmd = virCommandNewArgList("pm-is-supported", "--suspend-hybrid",
> NULL);
> + cmd = virCommandNewArgList(binary, "--suspend-hybrid", NULL);
> break;
> default:
> - return ret;
> + return -1;
> }
Yeah, this last hunk should have been in the first patch O:-)
Reviewed-by: Andrea Bolognani <[email protected]>
--
Andrea Bolognani / Red Hat / Virtualization
--
libvir-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libvir-list