Home
last modified time | relevance | path

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

/qemu/util/
H A Derror-report.c30 const char *error_guest_name; variable
198 if (error_with_guestname && error_guest_name && !monitor_cur()) { in vreport()
199 error_printf("%s ", error_guest_name); in vreport()
/qemu/include/qemu/
H A Derror-report.h75 extern const char *error_guest_name;
/qemu/system/
H A Dvl.c3427 error_guest_name = qemu_opt_get(opts, "guest"); in qemu_init()