Searched refs:qtest_qmp_send (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | qmp-test.c | 190 qtest_qmp_send(s, "{ 'execute': 'blockdev-add', 'id': %s," in send_cmd_that_blocks() 207 qtest_qmp_send(s, "{ 'exec-oob': 'migrate-pause', 'id': %s }", id); in send_oob_cmd_that_fails() 266 qtest_qmp_send(qts, "{ 'execute': 'query-name', 'id': 'ib-quick-1' }"); in test_qmp_oob() 275 qtest_qmp_send(qts, "{ 'id': 'err-2' }"); in test_qmp_oob()
|
H A D | bios-tables-test.c | 955 qtest_qmp_send(data.qts, "{'execute':'cont' }"); in test_acpi_piix4_tcg_bridge() 962 qtest_qmp_send(data.qts, "{'execute':'system_reset' }"); in test_acpi_piix4_tcg_bridge() 1212 qtest_qmp_send(data.qts, "{'execute':'cont' }"); in test_acpi_q35_multif_bridge() 1219 qtest_qmp_send(data.qts, "{'execute':'system_reset' }"); in test_acpi_q35_multif_bridge()
|
H A D | libqtest.h | 157 void qtest_qmp_send(QTestState *s, const char *fmt, ...)
|
H A D | ahci-test.c | 1384 qtest_qmp_send(dst->parent->qts, "{'execute':'cont' }"); in test_flush_migrate() 1672 qtest_qmp_send(ahci->parent->qts, "{'execute': 'blockdev-open-tray', " in test_atapi_tray() 1704 qtest_qmp_send(ahci->parent->qts, "{'execute': 'blockdev-close-tray', " in test_atapi_tray()
|
H A D | libqtest.c | 835 void qtest_qmp_send(QTestState *s, const char *fmt, ...) in qtest_qmp_send() function
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | ahci.c | 732 qtest_qmp_send(ahci->parent->qts, "{'execute':'cont' }"); in ahci_exec() 770 qtest_qmp_send(ahci->parent->qts, "{'execute':'cont' }"); in ahci_guest_io_resume()
|