Searched refs:qtest_log_fp (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/system/ |
H A D | qtest.c | 53 static FILE *qtest_log_fp; variable 265 if (!qtest_log_fp || !qtest_opened) { in qtest_send_prefix() 269 fprintf(qtest_log_fp, "[S +" FMT_timeval "] ", g_timer_elapsed(timer, NULL)); in qtest_send_prefix() 276 if (!qtest_log_fp || !qtest_opened) { in qtest_log_send() 283 vfprintf(qtest_log_fp, fmt, ap); in qtest_log_send() 292 if (qtest_log_fp && qtest_opened) { in qtest_server_char_be_send() 293 fprintf(qtest_log_fp, "%s", str); in qtest_server_char_be_send() 354 if (qtest_log_fp) { in qtest_process_command() 357 fprintf(qtest_log_fp, "[R +" FMT_timeval "]", g_timer_elapsed(timer, NULL)); in qtest_process_command() 359 fprintf(qtest_log_fp, " %s", words[i]); in qtest_process_command() [all …]
|