On 27/10/2015 13:11, Pavel Fedin wrote:
> +            if ((backend->policy != MPOL_DEFAULT) || (errno != ENOSYS)) {

Can you remove parentheses around conditions?

Paolo

> +                error_setg_errno(errp, errno,
>                               "cannot bind memory to host NUMA nodes");
> -            return;
> +                return;

Reply via email to