[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
- [PATCH v2 00/22] tests/qtest: migration-test refactoring, Fabiano Rosas, 2024/11/13
- [PATCH v2 01/22] tests/qtest/migration: Fix indentations, Fabiano Rosas, 2024/11/13
- [PATCH v2 03/22] tests/qtest/migration: Stop calling everything "test", Fabiano Rosas, 2024/11/13
- [PATCH v2 02/22] tests/qtest/migration: Standardize hook names, Fabiano Rosas, 2024/11/13
- Re: [PATCH v2 02/22] tests/qtest/migration: Standardize hook names,
Peter Xu <=
- [PATCH v2 04/22] tests/migration: Disambiguate guestperf vs. a-b, Fabiano Rosas, 2024/11/13
- [PATCH v2 05/22] tests/qtest/migration: Move bootfile code to its own file, Fabiano Rosas, 2024/11/13
- [PATCH v2 06/22] tests/qtest/migration: Move qmp helpers to a separate file, Fabiano Rosas, 2024/11/13
- [PATCH v2 07/22] tests/qtest/migration: Rename migration-helpers.c, Fabiano Rosas, 2024/11/13
- [PATCH v2 08/22] tests/qtest/migration: Move ufd_version_check to utils, Fabiano Rosas, 2024/11/13