qemu-cr16/tests/qtest/migration
Vladimir Sementsov-Ogievskiy 246069e850 qtest: introduce qtest_init_ext
Merge qtest_init_with_env_and_capabilities() and qtest_init_with_env()
into one qtest_init_ext().

Reasons:

1. qtest_init_with_env() is just wrong: it gets do_connect parameter
   but always pass true to qtest_init_with_env_and_capabilities().
   Happily, all qtest_init_with_env() callers pass true as well.

2. qtest_init_with_env() is not used outside of libqtest.c, so no
   reason to keep it as public function

3. and in libqtest.c it's used not often, so no problem to use
   more generic function instead.

Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Steve Sistare <steven.sistare@oracle.com>
Reviewed-by: Fabiano Rosas <farosas@suse.de>
Message-ID: <20250410162250.329941-1-vsementsov@yandex-team.ru>
Signed-off-by: Fabiano Rosas <farosas@suse.de>
2025-05-09 16:14:30 -03:00
..
aarch64
i386
ppc64
s390x
bootfile.c tests/qtest/migration: Move common test code 2024-12-12 10:25:40 -03:00
bootfile.h tests/qtest/migration: Move common test code 2024-12-12 10:25:40 -03:00
compression-tests.c tests/qtest/migration: consolidate set capabilities 2025-05-02 11:09:36 -04:00
cpr-tests.c tests/qtest/migration: consolidate set capabilities 2025-05-02 11:09:36 -04:00
file-tests.c tests/qtest/migration: consolidate set capabilities 2025-05-02 11:09:36 -04:00
framework.c qtest: introduce qtest_init_ext 2025-05-09 16:14:30 -03:00
framework.h tests/qtest/migration: consolidate set capabilities 2025-05-02 11:09:36 -04:00
Makefile
migration-qmp.c qapi: Move include/qapi/qmp/ to include/qobject/ 2025-02-10 15:33:16 +01:00
migration-qmp.h tests/qtest: enhance migration channels 2025-01-29 11:56:39 -03:00
migration-util.c tests/qtest/migration: Introduce migration_test_add_suffix 2025-02-14 15:19:06 -03:00
migration-util.h tests/qtest/migration: Introduce migration_test_add_suffix 2025-02-14 15:19:06 -03:00
misc-tests.c tests/qtest/migration: consolidate set capabilities 2025-05-02 11:09:36 -04:00
postcopy-tests.c tests/qtest/migration: consolidate set capabilities 2025-05-02 11:09:36 -04:00
precopy-tests.c tests/qtest/migration: consolidate set capabilities 2025-05-02 11:09:36 -04:00
tls-tests.c tests/qtest/migration: consolidate set capabilities 2025-05-02 11:09:36 -04:00