Lines Matching full:from

30     QTestState *from, *to;  in test_baddest()  local
32 if (migrate_start(&from, &to, "tcp:127.0.0.1:0", &args)) { in test_baddest()
35 migrate_qmp(from, to, "tcp:127.0.0.1:0", NULL, "{}"); in test_baddest()
36 wait_for_migration_fail(from, false); in test_baddest()
37 migrate_end(from, to, false); in test_baddest()
46 QTestState *from, *to; in test_analyze_script() local
58 if (migrate_start(&from, &to, "tcp:127.0.0.1:0", &args)) { in test_analyze_script()
67 migrate_set_capability(from, "validate-uuid", true); in test_analyze_script()
68 migrate_set_capability(from, "x-ignore-shared", true); in test_analyze_script()
73 migrate_ensure_converge(from); in test_analyze_script()
74 migrate_qmp(from, to, uri, NULL, "{}"); in test_analyze_script()
75 wait_for_migration_complete(from); in test_analyze_script()
90 migrate_end(from, to, false); in test_analyze_script()
98 QTestState *from, *to; in test_ignore_shared() local
104 if (migrate_start(&from, &to, uri, &args)) { in test_ignore_shared()
108 migrate_ensure_non_converge(from); in test_ignore_shared()
109 migrate_prepare_for_dirty_mem(from); in test_ignore_shared()
111 /* Wait for the first serial output from the source */ in test_ignore_shared()
114 migrate_qmp(from, to, uri, NULL, "{}"); in test_ignore_shared()
116 migrate_wait_for_dirty_mem(from, to); in test_ignore_shared()
118 wait_for_stop(from, get_src()); in test_ignore_shared()
123 wait_for_migration_complete(from); in test_ignore_shared()
127 read_ram_property_int(from, "transferred"), <, 4 * 1024 * 1024); in test_ignore_shared()
129 migrate_end(from, to, true); in test_ignore_shared()
135 QTestState *from, *to; in do_test_validate_uuid() local
137 if (migrate_start(&from, &to, uri, args)) { in do_test_validate_uuid()
146 migrate_set_parameter_int(from, "downtime-limit", 1000000); in do_test_validate_uuid()
147 migrate_set_capability(from, "validate-uuid", true); in do_test_validate_uuid()
149 /* Wait for the first serial output from the source */ in do_test_validate_uuid()
152 migrate_qmp(from, to, uri, NULL, "{}"); in do_test_validate_uuid()
156 wait_for_migration_fail(from, true); in do_test_validate_uuid()
158 wait_for_migration_complete(from); in do_test_validate_uuid()
161 migrate_end(from, to, false); in do_test_validate_uuid()
207 QTestState *from, *to; in do_test_validate_uri_channel() local
210 if (migrate_start(&from, &to, args->listen_uri, &args->start)) { in do_test_validate_uri_channel()
214 /* Wait for the first serial output from the source */ in do_test_validate_uri_channel()
224 migrate_qmp_fail(from, args->connect_uri, channels, "{}"); in do_test_validate_uri_channel()
226 migrate_end(from, to, false); in do_test_validate_uri_channel()