Home | History | Annotate | Download | only in qemu

Lines Matching refs:QemuOpts

252 static CharDriverState *qemu_chr_open_null(QemuOpts *opts)
574 static CharDriverState *qemu_chr_open_android_modem(QemuOpts* opts)
580 static CharDriverState *qemu_chr_open_android_gps(QemuOpts* opts)
587 static CharDriverState *qemu_chr_open_android_kmsg(QemuOpts* opts)
592 static CharDriverState *qemu_chr_open_android_qemud(QemuOpts* opts)
695 static CharDriverState *qemu_chr_open_file_out(QemuOpts *opts)
706 static CharDriverState *qemu_chr_open_pipe(QemuOpts *opts)
734 static CharDriverState *qemu_chr_open_fdpair(QemuOpts* opts)
833 static CharDriverState *qemu_chr_open_stdio(QemuOpts *opts)
1040 static CharDriverState *qemu_chr_open_pty(QemuOpts *opts)
1282 static CharDriverState *qemu_chr_open_tty(QemuOpts *opts)
1303 static CharDriverState *qemu_chr_open_pty(QemuOpts *opts)
1419 static CharDriverState *qemu_chr_open_pp(QemuOpts *opts)
1489 static CharDriverState *qemu_chr_open_pp(QemuOpts *opts)
1709 static CharDriverState *qemu_chr_open_win(QemuOpts *opts)
1809 static CharDriverState *qemu_chr_open_win_pipe(QemuOpts *opts)
1844 static CharDriverState *qemu_chr_open_win_con(QemuOpts *opts)
1849 static CharDriverState *qemu_chr_open_win_file_out(QemuOpts *opts)
1940 static CharDriverState *qemu_chr_open_udp(QemuOpts *opts)
2228 static CharDriverState *qemu_chr_open_socket(QemuOpts *opts)
2390 QemuOpts *qemu_chr_parse_compat(const char *label, const char *filename)
2395 QemuOpts *opts;
2550 CharDriverState *(*open)(QemuOpts *opts);
2591 CharDriverState *qemu_chr_open_opts(QemuOpts *opts,
2649 QemuOpts *opts;