Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dmigration-test.c1290 migrate_qmp(from, to, NULL, NULL, "{}"); in migrate_postcopy_prepare()
1445 migrate_qmp(from, to, "fd:fd-mig", NULL, "{'resume': true}"); in postcopy_recover_fail()
1562 migrate_qmp(from, to, uri, NULL, "{'resume': true}"); in test_postcopy_recovery_common()
1641 migrate_qmp(from, to, "tcp:127.0.0.1:0", NULL, "{}"); in test_baddest()
1680 migrate_qmp(from, to, uri, NULL, "{}"); in test_analyze_script()
1742 migrate_qmp(from, to, args->connect_uri, args->connect_channels, "{}"); in test_precopy_common()
1880 migrate_qmp(from, to, args->connect_uri, NULL, "{}"); in test_file_common()
2040 migrate_qmp(from, to, uri, NULL, "{}");
2668 migrate_qmp(from, to, uri, NULL, "{}"); in do_test_validate_uuid()
2822 migrate_qmp(from, to, uri, NULL, "{}"); in test_migrate_auto_converge()
[all …]
H A Dmigration-helpers.h29 void migrate_qmp(QTestState *who, QTestState *to, const char *uri,
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