On Tue, Mar 04, 2025 at 11:03:44PM +0100, Maciej S. Szmigiero wrote:
> +    if (multifd_device_state) {
> +        if (migrate_has_error(migrate_get_current())) {
> +            multifd_abort_device_state_save_threads();
> +        }

I assume this is ok too, at least as of now:

Reviewed-by: Peter Xu <pet...@redhat.com>

> +
> +        if (!multifd_join_device_state_save_threads()) {
> +            qemu_file_set_error(f, -EINVAL);
> +            return -1;
> +        }
> +    }

-- 
Peter Xu


Reply via email to