Searched refs:qtest_qmp_assert_success (Results 1 – 15 of 15) sorted by relevance
/qemu/tests/qtest/migration/ |
H A D | migration-qmp.c | 138 qtest_qmp_assert_success(who, in migrate_qmp() 145 qtest_qmp_assert_success(who, in migrate_set_capability() 404 qtest_qmp_assert_success(who, in migrate_set_parameter_int() 433 qtest_qmp_assert_success(who, in migrate_set_parameter_str() 465 qtest_qmp_assert_success(who, in migrate_set_parameter_bool() 488 qtest_qmp_assert_success(who, "{ 'execute': 'migrate-pause' }"); in migrate_pause() 493 qtest_qmp_assert_success(who, in migrate_continue() 501 qtest_qmp_assert_success(who, in migrate_recover() 510 qtest_qmp_assert_success(who, "{ 'execute': 'migrate_cancel' }"); in migrate_cancel() 516 qtest_qmp_assert_success(from, "{ 'execute': 'migrate-start-postcopy' }"); in migrate_postcopy_start()
|
H A D | framework.c | 447 qtest_qmp_assert_success(to, "{ 'execute' : 'stop'}"); in migrate_end() 487 qtest_qmp_assert_success(to, "{ 'execute': 'migrate-incoming'," in migrate_postcopy_prepare() 518 qtest_qmp_assert_success(to, "{'execute': 'system_wakeup'}"); in migrate_postcopy_complete() 773 qtest_qmp_assert_success(from, "{ 'execute' : 'stop'}"); in test_precopy_common() 853 qtest_qmp_assert_success(to, "{ 'execute' : 'cont'}"); in test_precopy_common() 860 qtest_qmp_assert_success(to, "{'execute': 'system_wakeup'}"); in test_precopy_common() 941 qtest_qmp_assert_success(from, "{ 'execute' : 'stop'}"); in test_file_common() 961 qtest_qmp_assert_success(to, "{ 'execute' : 'cont'}"); in test_file_common()
|
H A D | tls-tests.c | 57 qtest_qmp_assert_success(from, in migrate_hook_start_tls_psk_common() 66 qtest_qmp_assert_success(to, in migrate_hook_start_tls_psk_common() 188 qtest_qmp_assert_success(from, in migrate_hook_start_tls_x509_common() 202 qtest_qmp_assert_success(to, in migrate_hook_start_tls_x509_common() 214 qtest_qmp_assert_success(to, in migrate_hook_start_tls_x509_common()
|
H A D | precopy-tests.c | 826 qtest_qmp_assert_success(who, in calc_dirty_rate() 842 qtest_qmp_assert_success(who, in dirtylimit_set_all() 851 qtest_qmp_assert_success(who, in cancel_vcpu_dirty_limit()
|
H A D | file-tests.c | 215 qtest_qmp_assert_success(from, "{'execute': 'remove-fd', " in migrate_hook_end_multifd_mapped_ram_fdset()
|
/qemu/tests/qtest/ |
H A D | test-filter-redirector.c | 98 qtest_qmp_assert_success(qts, "{ 'execute' : 'query-status'}"); in test_redirector_tx() 177 qtest_qmp_assert_success(qts, "{ 'execute' : 'query-status'}"); in test_redirector_rx()
|
H A D | test-filter-mirror.c | 52 qtest_qmp_assert_success(qts, "{ 'execute' : 'query-status'}"); in test_mirror()
|
H A D | migration-helpers.c | 231 qtest_qmp_assert_success(who, in migrate_qmp() 238 qtest_qmp_assert_success(who, in migrate_set_capability()
|
H A D | fdc-test.c | 304 qtest_qmp_assert_success(global_qtest, in test_media_insert() 336 qtest_qmp_assert_success(global_qtest, in test_media_change()
|
H A D | virtio-blk-test.c | 453 qtest_qmp_assert_success(global_qtest, in config() 503 qtest_qmp_assert_success(global_qtest, in msix() 760 qtest_qmp_assert_success(global_qtest, in resize()
|
H A D | virtio-scsi-test.c | 298 qtest_qmp_assert_success(scsi_pci->pci_vdev.pdev->bus->qts, in test_iothread_attach_node()
|
H A D | libqtest.h | 937 void qtest_qmp_assert_success(QTestState *qts, const char *fmt, ...)
|
H A D | libqtest.c | 224 qtest_qmp_assert_success(s, "{'execute': 'system_reset' }"); in qtest_system_reset_nowait() 568 qtest_qmp_assert_success(s, in qtest_qmp_handshake() 573 qtest_qmp_assert_success(s, "{ 'execute': 'qmp_capabilities' }"); in qtest_qmp_handshake() 1523 void qtest_qmp_assert_success(QTestState *qts, const char *fmt, ...) in qtest_qmp_assert_success() function
|
H A D | ahci-test.c | 1678 qtest_qmp_assert_success(ahci->parent->qts, in test_atapi_tray() 1690 qtest_qmp_assert_success( in test_atapi_tray() 1697 qtest_qmp_assert_success( in test_atapi_tray()
|
H A D | ide-test.c | 809 qtest_qmp_assert_success(qts, "{'execute':'cont' }"); in test_pci_retry_flush()
|