Searched refs:monitor_hd (Results 1 – 2 of 2) sorted by relevance
2080 CharDriverState *monitor_hd = NULL; in main() local3016 monitor_hd = qemu_chr_open("monitor", monitor_device, NULL); in main()3017 if (!monitor_hd) { in main()3166 if (monitor_device && monitor_hd) in main()3167 monitor_init(monitor_hd, MONITOR_USE_READLINE | MONITOR_IS_DEFAULT); in main()
2548 CharDriverState *monitor_hd = NULL; in main() local4214 monitor_hd = qemu_chr_open("monitor", monitor_device, NULL); in main()4215 if (!monitor_hd) { in main()4438 if (monitor_device && monitor_hd) in main()4439 monitor_init(monitor_hd, MONITOR_USE_READLINE | MONITOR_IS_DEFAULT); in main()