Home
last modified time | relevance | path

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

/qemu/system/
H A Dqtest.c53 static FILE *qtest_log_fp; variable
270 if (!qtest_log_fp || !qtest_opened) { in qtest_log_timestamp()
274 fprintf(qtest_log_fp, "[S +" FMT_timeval "] ", g_timer_elapsed(timer, NULL)); in qtest_log_timestamp()
281 if (!qtest_log_fp || !qtest_opened) { in qtest_log_send()
288 vfprintf(qtest_log_fp, fmt, ap); in qtest_log_send()
297 if (qtest_log_fp && qtest_opened) { in qtest_server_char_be_send()
298 fprintf(qtest_log_fp, "%s", str); in qtest_server_char_be_send()
359 if (qtest_log_fp) { in qtest_process_command()
362 fprintf(qtest_log_fp, "[R +" FMT_timeval "]", g_timer_elapsed(timer, NULL)); in qtest_process_command()
364 fprintf(qtest_log_fp, " %s", words[i]); in qtest_process_command()
[all …]