On Wed, Sep 02, 2026 at 07:15:45PM -0300, Fabiano Rosas wrote:
> @@ -1555,6 +1509,9 @@ bool migrate_params_check(MigrationParameters *params, 
> Error **errp)
>           !is_power_of_2(params->x_rdma_chunk_size))) {
>          error_setg(errp, "Option x_rdma_chunk_size expects "
>                     "a power of 2 in the range 1MiB to 1024MiB");

Miss a return here?  Can keep the R-b with this fixed.

> +    }
> +
> +    if (!migrate_caps_check(params, errp)) {
>          return false;
>      }

-- 
Peter Xu


Reply via email to