Home | History | Annotate | Download | only in qemu

Lines Matching refs:monitor_hd

2080     CharDriverState *monitor_hd = NULL;
3016 monitor_hd = qemu_chr_open("monitor", monitor_device, NULL);
3017 if (!monitor_hd) {
3166 if (monitor_device && monitor_hd)
3167 monitor_init(monitor_hd, MONITOR_USE_READLINE | MONITOR_IS_DEFAULT);