qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 02/22] tests/qtest/migration: Standardize hook names


From: Peter Xu
Subject: Re: [PATCH v2 02/22] tests/qtest/migration: Standardize hook names
Date: Mon, 25 Nov 2024 15:51:17 -0500

On Wed, Nov 13, 2024 at 04:46:10PM -0300, Fabiano Rosas wrote:
>  static void *
> -test_migration_precopy_tcp_multifd_start_no_zero_page(QTestState *from,
> +test_migration_precopy_tcp_multifd_no_zero_page_start(QTestState *from,

Looks like this one is leftover to do s/test_migration/migrate_hook/ (and
below when referenced)?

Other than that:

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

>                                                        QTestState *to)
>  {
> -    test_migrate_precopy_tcp_multifd_start_common(from, to, "none");
> +    migrate_hook_start_precopy_tcp_multifd_common(from, to, "none");
>      migrate_set_parameter_str(from, "zero-page-detection", "none");
>      return NULL;
>  }

-- 
Peter Xu




reply via email to

[Prev in Thread] Current Thread [Next in Thread]