[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 01/29] tests/qtest: migration events
|
From: |
Fabiano Rosas |
|
Subject: |
Re: [PATCH v2 01/29] tests/qtest: migration events |
|
Date: |
Wed, 25 Oct 2023 10:21:29 -0300 |
Fabiano Rosas <farosas@suse.de> writes:
> From: Steve Sistare <steven.sistare@oracle.com>
>
> Define a state object to capture events seen by migration tests, to allow
> more events to be captured in a subsequent patch, and simplify event
> checking in wait_for_migration_pass. No functional change.
>
> Signed-off-by: Steve Sistare <steven.sistare@oracle.com>
Steven, I haven't seen your series that contained this patch for a
while, let me know if this is an acceptable version to merge. Let's make
sure your series gets in first so I don't get in your way.
- [PATCH v2 00/29] migration: File based migration with multifd and fixed-ram, Fabiano Rosas, 2023/10/23
- [PATCH v2 01/29] tests/qtest: migration events, Fabiano Rosas, 2023/10/23
- [PATCH v2 03/29] tests/qtest: Allow waiting for migration events, Fabiano Rosas, 2023/10/23
- [PATCH v2 02/29] tests/qtest: Move QTestMigrationState to libqtest, Fabiano Rosas, 2023/10/23
- [PATCH v2 04/29] migration: Return the saved state from global_state_store, Fabiano Rosas, 2023/10/23
- [PATCH v2 05/29] migration: Introduce global_state_store_once, Fabiano Rosas, 2023/10/23
- [PATCH v2 06/29] migration: Add auto-pause capability, Fabiano Rosas, 2023/10/23