Home
last modified time | relevance | path

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

/qemu/tests/qtest/migration/
H A Dmisc-tests.c35 migrate_qmp(from, to, "tcp:127.0.0.1:0", NULL, "{}"); in test_baddest()
74 migrate_qmp(from, to, uri, NULL, "{}"); in test_analyze_script()
114 migrate_qmp(from, to, uri, NULL, "{}"); in test_ignore_shared()
152 migrate_qmp(from, to, uri, NULL, "{}"); in do_test_validate_uuid()
H A Dprecopy-tests.c398 migrate_qmp(from, to, uri, NULL, "{}"); in test_auto_converge()
603 migrate_qmp(from, to, NULL, NULL, "{}"); in test_multifd_tcp_cancel()
645 migrate_qmp(from, to2, NULL, NULL, "{}"); in test_multifd_tcp_cancel()
680 migrate_qmp(from, to, uri, NULL, "{}"); in test_cancel_src_after_failed()
704 migrate_qmp(from, to, uri, NULL, "{}"); in test_cancel_src_after_cancelled()
728 migrate_qmp(from, to, uri, NULL, "{}"); in test_cancel_src_after_complete()
756 migrate_qmp(from, to, uri, NULL, "{}"); in test_cancel_src_after_none()
776 migrate_qmp(from, to, uri, NULL, "{}"); in test_cancel_src_pre_switchover()
1149 migrate_qmp(from, to, args.connect_uri, NULL, "{}"); in test_dirty_limit()
1197 migrate_qmp(from, to, args.connect_uri, NULL, "{}"); in test_dirty_limit()
H A Dframework.c499 migrate_qmp(from, to, NULL, NULL, "{}"); in migrate_postcopy_prepare()
608 migrate_qmp(from, to, "fd:fd-mig", NULL, "{'resume': true}"); in postcopy_recover_fail()
731 migrate_qmp(from, to, uri, NULL, "{'resume': true}"); in test_postcopy_recovery_common()
804 migrate_qmp(from, to, args->connect_uri, out_channels, "{}"); in test_precopy_common()
950 migrate_qmp(from, to, args->connect_uri, NULL, "{}"); in test_file_common()
H A Dmigration-qmp.h14 void migrate_qmp(QTestState *who, QTestState *to, const char *uri,
H A Dmigration-qmp.c112 void migrate_qmp(QTestState *who, QTestState *to, const char *uri, in migrate_qmp() function
/qemu/tests/qtest/
H A Ddbus-vmstate-test.c232 migrate_qmp(src_qemu, uri, "{}"); in test_dbus_vmstate()
H A Dmigration-helpers.c204 void migrate_qmp(QTestState *who, QTestState *to, const char *uri, in migrate_qmp() function