Searched refs:qtest_sendf (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/system/ |
H A D | qtest.c | 302 void qtest_sendf(CharBackend *chr, const char *fmt, ...) in qtest_sendf() function 323 qtest_sendf(chr, "IRQ %s %d\n", in qtest_irq_handler() 500 qtest_sendf(chr, "OK 0x%04x\n", value); in qtest_process_command() 570 qtest_sendf(chr, "OK 0x%016" PRIx64 "\n", value); in qtest_process_command() 592 qtest_sendf(chr, "OK 0x%s\n", enc->str); in qtest_process_command() 612 qtest_sendf(chr, "OK %s\n", b64_data); in qtest_process_command() 708 qtest_sendf(chr, "OK big\n"); in qtest_process_command() 710 qtest_sendf(chr, "OK little\n"); in qtest_process_command() 725 qtest_sendf(chr, "OK %"PRIi64"\n", in qtest_process_command() 735 qtest_sendf(chr, "OK\n"); in qtest_process_command() [all …]
|
/openbmc/qemu/tests/qtest/ |
H A D | libqtest.c | 627 static void G_GNUC_PRINTF(2, 3) qtest_sendf(QTestState *s, const char *fmt, ...) in qtest_sendf() function 724 qtest_sendf(s, "endianness\n"); in qtest_query_target_endianness() 988 qtest_sendf(s, "module_load %s %s\n", prefix, libname); in qtest_module_load() 1004 qtest_sendf(s, "clock_step\n"); in qtest_clock_step_next() 1010 qtest_sendf(s, "clock_step %"PRIi64"\n", step); in qtest_clock_step() 1016 qtest_sendf(s, "clock_set %"PRIi64"\n", val); in qtest_clock_set() 1022 qtest_sendf(s, "irq_intercept_out %s\n", qom_path); in qtest_irq_intercept_out() 1028 qtest_sendf(s, "irq_intercept_out %s %s\n", qom_path, name); in qtest_irq_intercept_out_named() 1034 qtest_sendf(s, "irq_intercept_in %s\n", qom_path); in qtest_irq_intercept_in() 1044 qtest_sendf(s, "set_irq_in %s %s %d %d\n", qom_path, name, num, level); in qtest_set_irq_in() [all …]
|
/openbmc/qemu/include/sysemu/ |
H A D | qtest.h | 28 void G_GNUC_PRINTF(2, 3) qtest_sendf(CharBackend *chr, const char *fmt, ...);
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr_rtas.c | 569 qtest_sendf(chr, "OK %"PRIu64"\n", res); in spapr_qtest_callback()
|