Home
last modified time | relevance | path

Searched refs:to2 (Results 1 – 1 of 1) sorted by relevance

/qemu/tests/qtest/migration/
H A Dprecopy-tests.c577 QTestState *from, *to, *to2; in test_multifd_tcp_cancel() local
628 if (migrate_start(&from, &to2, "defer", &args)) { in test_multifd_tcp_cancel()
633 migrate_set_capability(to2, "postcopy-ram", true); in test_multifd_tcp_cancel()
636 migrate_set_parameter_int(to2, "multifd-channels", 16); in test_multifd_tcp_cancel()
638 migrate_set_capability(to2, "multifd", true); in test_multifd_tcp_cancel()
641 migrate_incoming_qmp(to2, "tcp:127.0.0.1:0", NULL, "{}"); in test_multifd_tcp_cancel()
645 migrate_qmp(from, to2, NULL, NULL, "{}"); in test_multifd_tcp_cancel()
647 migrate_wait_for_dirty_mem(from, to2); in test_multifd_tcp_cancel()
652 qtest_qmp_eventwait(to2, "RESUME"); in test_multifd_tcp_cancel()
656 migrate_end(from, to2, true); in test_multifd_tcp_cancel()