Searched refs:test_migrate_start (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | migration-test.c | 713 static int test_migrate_start(QTestState **from, QTestState **to, in test_migrate_start() function 1258 if (test_migrate_start(&from, &to, "defer", &args->start)) { in migrate_postcopy_prepare() 1638 if (test_migrate_start(&from, &to, "tcp:127.0.0.1:0", &args)) { in test_baddest() 1664 if (test_migrate_start(&from, &to, "tcp:127.0.0.1:0", &args)) { in test_analyze_script() 1706 if (test_migrate_start(&from, &to, args->listen_uri, &args->start)) { in test_precopy_common() 1842 if (test_migrate_start(&from, &to, args->listen_uri, &args->start)) { in test_file_common() 2027 if (test_migrate_start(&from, &to, uri, false, true, NULL, NULL)) { 2653 if (test_migrate_start(&from, &to, uri, args)) { in do_test_validate_uuid() 2725 if (test_migrate_start(&from, &to, args->listen_uri, &args->start)) { in do_test_validate_uri_channel() 2801 if (test_migrate_start(&from, &to, uri, &args)) { in test_migrate_auto_converge() [all …]
|