Home | History | Annotate | Download | only in qemu

Lines Matching defs:base

2630         CharDriverState *base = chr;
2632 base->label = qemu_malloc(len);
2633 snprintf(base->label, len, "%s-base", qemu_opts_id(opts));
2634 chr = qemu_chr_open_mux(base);
2635 chr->filename = base->filename;