[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 08/22] tests/qtest/migration: Move ufd_version_check to ut
From: |
Peter Xu |
Subject: |
Re: [PATCH v2 08/22] tests/qtest/migration: Move ufd_version_check to utils |
Date: |
Mon, 25 Nov 2024 12:17:15 -0500 |
On Wed, Nov 13, 2024 at 04:46:16PM -0300, Fabiano Rosas wrote:
> Move ufd_version_check() to migration-util.c file. This is a helper
> function that is used during tests definition so it should be
> available outside of migration-test.c
>
> Signed-off-by: Fabiano Rosas <farosas@suse.de>
Nitpick: may want to mention the thread_id change too in the commit msg.
Reviewed-by: Peter Xu <peterx@redhat.com>
--
Peter Xu
- [PATCH v2 03/22] tests/qtest/migration: Stop calling everything "test", (continued)
- [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
- [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
- Re: [PATCH v2 08/22] tests/qtest/migration: Move ufd_version_check to utils,
Peter Xu <=
- [PATCH v2 09/22] tests/qtest/migration: Move kvm_dirty_ring_supported to utils, Fabiano Rosas, 2024/11/13
- [PATCH v2 10/22] tests/qtest/migration: Isolate test initialization, Fabiano Rosas, 2024/11/13
- [PATCH v2 11/22] tests/qtest/migration: Move common test code, Fabiano Rosas, 2024/11/13
- [PATCH v2 12/22] tests/qtest/migration: Split TLS tests from migration-test.c, Fabiano Rosas, 2024/11/13
- [PATCH v2 14/22] tests/qtest/migration: Split postcopy tests, Fabiano Rosas, 2024/11/13