Home | History | Annotate | Download | only in qemu

Lines Matching refs:qemu_opt_set

1071     qemu_opt_set(opts, "path", q_ptsname(s->fd));
2403 qemu_opt_set(opts, "mux", "on");
2411 qemu_opt_set(opts, "backend", filename);
2415 qemu_opt_set(opts, "backend", "vc");
2419 qemu_opt_set(opts, "width", width);
2420 qemu_opt_set(opts, "height", height);
2423 qemu_opt_set(opts, "cols", width);
2424 qemu_opt_set(opts, "rows", height);
2432 qemu_opt_set(opts, "backend", "console");
2436 qemu_opt_set(opts, "backend", "serial");
2437 qemu_opt_set(opts, "path", filename);
2441 qemu_opt_set(opts, "backend", "file");
2442 qemu_opt_set(opts, "path", p);
2446 qemu_opt_set(opts, "backend", "pipe");
2447 qemu_opt_set(opts, "path", p);
2457 qemu_opt_set(opts, "backend", "socket");
2458 qemu_opt_set(opts, "host", host);
2459 qemu_opt_set(opts, "port", port);
2465 qemu_opt_set(opts, "telnet", "on");
2469 qemu_opt_set(opts, "backend", "udp");
2476 qemu_opt_set(opts, "host", host);
2477 qemu_opt_set(opts, "port", port);
2486 qemu_opt_set(opts, "localaddr", host);
2487 qemu_opt_set(opts, "localport", port);
2492 qemu_opt_set(opts, "backend", "socket");
2499 qemu_opt_set(opts, "backend", "parport");
2500 qemu_opt_set(opts, "path", filename);
2504 qemu_opt_set(opts, "backend", "tty");
2505 qemu_opt_set(opts, "path", filename);
2512 qemu_opt_set(opts, "backend", "fdpair");
2520 qemu_opt_set(opts, "fdin", temp);
2522 qemu_opt_set(opts, "fdout", temp);
2526 qemu_opt_set(opts, "backend", "android-kmsg");
2530 qemu_opt_set
2534 qemu_opt_set(opts, "backend", "android-modem");
2538 qemu_opt_set(opts, "backend", "android-gps");