Searched refs:migrate_qmp (Results 1 – 7 of 7) sorted by relevance
/qemu/tests/qtest/migration/ |
H A D | misc-tests.c | 35 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 D | precopy-tests.c | 398 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 D | framework.c | 499 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 D | migration-qmp.h | 14 void migrate_qmp(QTestState *who, QTestState *to, const char *uri,
|
H A D | migration-qmp.c | 112 void migrate_qmp(QTestState *who, QTestState *to, const char *uri, in migrate_qmp() function
|
/qemu/tests/qtest/ |
H A D | dbus-vmstate-test.c | 232 migrate_qmp(src_qemu, uri, "{}"); in test_dbus_vmstate()
|
H A D | migration-helpers.c | 204 void migrate_qmp(QTestState *who, QTestState *to, const char *uri, in migrate_qmp() function
|