diff options
| author | Steve Sistare <steven.sistare@oracle.com> | 2025-10-01 08:34:06 -0700 |
|---|---|---|
| committer | Fabiano Rosas <farosas@suse.de> | 2025-10-01 17:09:22 -0300 |
| commit | 0a3aeedb39aee0d20a954650b2956cfbc0a7c566 (patch) | |
| tree | 43073babe42f8fe6ada94c8357c1d7ffc8d4f447 /tests/qtest/migration/framework.h | |
| parent | 5419f36e9eb3ec155cd3762a691c92fcfca48958 (diff) | |
| download | focaccia-qemu-0a3aeedb39aee0d20a954650b2956cfbc0a7c566.tar.gz focaccia-qemu-0a3aeedb39aee0d20a954650b2956cfbc0a7c566.zip | |
migration-test: only_source option
Add the only_source option, analogous to only_target. Signed-off-by: Steve Sistare <steven.sistare@oracle.com> Reviewed-by: Fabiano Rosas <farosas@suse.de> Link: https://lore.kernel.org/qemu-devel/1759332851-370353-15-git-send-email-steven.sistare@oracle.com Signed-off-by: Fabiano Rosas <farosas@suse.de>
Diffstat (limited to 'tests/qtest/migration/framework.h')
| -rw-r--r-- | tests/qtest/migration/framework.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/qtest/migration/framework.h b/tests/qtest/migration/framework.h index 744040d53a..19d552f78a 100644 --- a/tests/qtest/migration/framework.h +++ b/tests/qtest/migration/framework.h @@ -103,6 +103,8 @@ typedef struct { */ bool hide_stderr; bool use_shmem; + /* only launch the source process */ + bool only_source; /* only launch the target process */ bool only_target; /* Use dirty ring if true; dirty logging otherwise */ |