Home | History | Annotate | Download | only in qemu

Lines Matching full:chr

77     CharDriverState *chr;
176 qemu_chr_write(mon->chr, mon->outbuf, mon->outbuf_index);
3080 void monitor_init(CharDriverState *chr, int flags)
3092 mon->chr = chr;
3099 qemu_chr_add_handlers(chr, monitor_can_read, monitor_read, monitor_event,
3115 qemu_chr_close(mon->chr);