Home | History | Annotate | Download | only in qemu

Lines Matching refs:monitor_hd

2546     CharDriverState *monitor_hd = NULL;
4212 monitor_hd = qemu_chr_open("monitor", monitor_device, NULL);
4213 if (!monitor_hd) {
4436 if (monitor_device && monitor_hd)
4437 monitor_init(monitor_hd, MONITOR_USE_READLINE | MONITOR_IS_DEFAULT);