Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Derror-report.c341 static char *qemu_glog_domains; variable
355 if (qemu_glog_domains == NULL) { in qemu_log_func()
358 if (strcmp(qemu_glog_domains, "all") != 0 && in qemu_log_func()
359 (log_domain == NULL || !strstr(qemu_glog_domains, log_domain))) { in qemu_log_func()
392 g_warn_if_fail(qemu_glog_domains == NULL); in error_init()
393 qemu_glog_domains = g_strdup(g_getenv("G_MESSAGES_DEBUG")); in error_init()