Home
last modified time | relevance | path

Searched refs:qtest_sendf (Results 1 – 5 of 5) sorted by relevance

/qemu/system/
H A Dqtest.c308 void qtest_sendf(CharBackend *chr, const char *fmt, ...) in qtest_sendf() function
328 qtest_sendf(chr, "IRQ %s %d\n", in qtest_irq_handler()
497 qtest_sendf(chr, "OK 0x%04x\n", value); in qtest_process_command()
565 qtest_sendf(chr, "OK 0x%016" PRIx64 "\n", value); in qtest_process_command()
586 qtest_sendf(chr, "OK 0x%s\n", enc->str); in qtest_process_command()
605 qtest_sendf(chr, "OK %s\n", b64_data); in qtest_process_command()
697 qtest_sendf(chr, "OK big\n"); in qtest_process_command()
699 qtest_sendf(chr, "OK little\n"); in qtest_process_command()
720 qtest_sendf(chr, "OK %"PRIi64"\n", new_ns); in qtest_process_command()
722 qtest_sendf(chr, "FAIL could not advance time\n"); in qtest_process_command()
[all …]
/qemu/tests/qtest/
H A Dlibqtest.c679 static void G_GNUC_PRINTF(2, 3) qtest_sendf(QTestState *s, const char *fmt, ...) in qtest_sendf() function
776 qtest_sendf(s, "endianness\n"); in qtest_query_target_endianness()
1092 qtest_sendf(s, "module_load %s %s\n", prefix, libname); in qtest_module_load()
1108 qtest_sendf(s, "clock_step\n"); in qtest_clock_step_next()
1114 qtest_sendf(s, "clock_step %"PRIi64"\n", step); in qtest_clock_step()
1120 qtest_sendf(s, "clock_set %"PRIi64"\n", val); in qtest_clock_set()
1126 qtest_sendf(s, "irq_intercept_out %s\n", qom_path); in qtest_irq_intercept_out()
1132 qtest_sendf(s, "irq_intercept_out %s %s\n", qom_path, name); in qtest_irq_intercept_out_named()
1138 qtest_sendf(s, "irq_intercept_in %s\n", qom_path); in qtest_irq_intercept_in()
1148 qtest_sendf(s, "set_irq_in %s %s %d %d\n", qom_path, name, num, level); in qtest_set_irq_in()
[all …]
/qemu/include/system/
H A Dqtest.h26 void G_GNUC_PRINTF(2, 3) qtest_sendf(CharBackend *chr, const char *fmt, ...);
/qemu/hw/riscv/
H A Driscv_hart.c97 qtest_sendf(chr, "OK 0 "TARGET_FMT_lx"\n", (target_ulong)val); in csr_qtest_callback()
/qemu/hw/ppc/
H A Dspapr_rtas.c571 qtest_sendf(chr, "OK %"PRIu64"\n", res); in spapr_qtest_callback()