Home
last modified time | relevance | path

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

/qemu/system/
H A Dqtest.c866 void qtest_server_init(const char *qtest_chrdev, const char *qtest_log, Error **errp) in qtest_server_init() argument
881 if (qtest_log) { in qtest_server_init()
882 object_property_set_str(qobj, "log", qtest_log, &error_abort); in qtest_server_init()
896 const char *qtest_log = q->log; in qtest_server_start() local
898 if (qtest_log) { in qtest_server_start()
899 if (strcmp(qtest_log, "none") != 0) { in qtest_server_start()
900 qtest_log_fp = fopen(qtest_log, "w+"); in qtest_server_start()
H A Dvl.c183 static const char *qtest_log; variable
2015 qtest_server_init(qtest_chrdev, qtest_log, &error_fatal); in qemu_create_late_backends()
3509 qtest_log = optarg; in qemu_init()
/qemu/include/sysemu/
H A Dqtest.h32 void qtest_server_init(const char *qtest_chrdev, const char *qtest_log, Error **errp);