Home | History | Annotate | Download | only in qemu

Lines Matching refs:monitor_hd

2548     CharDriverState *monitor_hd = NULL;
4214 monitor_hd = qemu_chr_open("monitor", monitor_device, NULL);
4215 if (!monitor_hd) {
4438 if (monitor_device && monitor_hd)
4439 monitor_init(monitor_hd, MONITOR_USE_READLINE | MONITOR_IS_DEFAULT);