Home
last modified time | relevance | path

Searched refs:qemu_opt_set (Results 1 – 9 of 9) sorted by relevance

/external/qemu/util/
Dqemu-sockets-android.c179 qemu_opt_set(opts, "host", uaddr); in inet_listen_opts()
180 qemu_opt_set(opts, "port", uport); in inet_listen_opts()
181 qemu_opt_set(opts, "ipv6", (e->family == SOCKET_IN6) ? "on" : "off"); in inet_listen_opts()
182 qemu_opt_set(opts, "ipv4", (e->family != SOCKET_IN6) ? "on" : "off"); in inet_listen_opts()
392 qemu_opt_set(opts, "ipv6", "on"); in inet_parse()
400 qemu_opt_set(opts, "ipv4", "on"); in inet_parse()
409 qemu_opt_set(opts, "host", addr); in inet_parse()
410 qemu_opt_set(opts, "port", port); in inet_parse()
416 qemu_opt_set(opts, "to", h+4); in inet_parse()
418 qemu_opt_set(opts, "ipv4", "on"); in inet_parse()
[all …]
Dqemu-sockets.c224 qemu_opt_set(opts, "host", uaddr); in inet_listen_opts()
225 qemu_opt_set(opts, "port", uport); in inet_listen_opts()
226 qemu_opt_set(opts, "ipv6", (e->ai_family == PF_INET6) ? "on" : "off"); in inet_listen_opts()
227 qemu_opt_set(opts, "ipv4", (e->ai_family != PF_INET6) ? "on" : "off"); in inet_listen_opts()
447 qemu_opt_set(opts, "ipv6", "on"); in inet_parse()
455 qemu_opt_set(opts, "ipv4", "on"); in inet_parse()
464 qemu_opt_set(opts, "host", addr); in inet_parse()
465 qemu_opt_set(opts, "port", port); in inet_parse()
471 qemu_opt_set(opts, "to", h+4); in inet_parse()
473 qemu_opt_set(opts, "ipv4", "on"); in inet_parse()
[all …]
Dqemu-config.c530 if (qemu_opt_set(opts, arg, str+offset+1) == -1) { in qemu_set_option()
549 qemu_opt_set(opts, "driver", driver); in qemu_global_option()
550 qemu_opt_set(opts, "property", property); in qemu_global_option()
551 qemu_opt_set(opts, "value", str+offset+1); in qemu_global_option()
637 if (qemu_opt_set(opts, arg, value) != 0) { in qemu_config_parse()
Dqemu-option.c602 int qemu_opt_set(QemuOpts *opts, const char *name, const char *value) in qemu_opt_set() function
738 return qemu_opt_set(opts, name, value); in qemu_opts_set()
809 if (qemu_opt_set(opts, option, value) == -1) { in qemu_opts_do_parse()
884 qemu_opt_set(opaque, key, value); in qemu_opts_from_qdict_1()
/external/qemu/
Dqemu-char.c1071 qemu_opt_set(opts, "path", q_ptsname(s->fd)); in qemu_chr_open_pty()
2403 qemu_opt_set(opts, "mux", "on"); in qemu_chr_parse_compat()
2411 qemu_opt_set(opts, "backend", filename); in qemu_chr_parse_compat()
2415 qemu_opt_set(opts, "backend", "vc"); in qemu_chr_parse_compat()
2419 qemu_opt_set(opts, "width", width); in qemu_chr_parse_compat()
2420 qemu_opt_set(opts, "height", height); in qemu_chr_parse_compat()
2423 qemu_opt_set(opts, "cols", width); in qemu_chr_parse_compat()
2424 qemu_opt_set(opts, "rows", height); in qemu_chr_parse_compat()
2432 qemu_opt_set(opts, "backend", "console"); in qemu_chr_parse_compat()
2436 qemu_opt_set(opts, "backend", "serial"); in qemu_chr_parse_compat()
[all …]
Dblockdev.c58 qemu_opt_set(opts, "file", file); in drive_add()
455 qemu_opt_set(opts, "driver", "virtio-blk-pci"); in drive_init()
456 qemu_opt_set(opts, "drive", dinfo->id); in drive_init()
458 qemu_opt_set(opts, "addr", devaddr); in drive_init()
Dvl-android.c600 qemu_opt_set(opts, "snapshot", "on"); in drive_enable_snapshot()
2365 qemu_opt_set(hda_opts, "cyls", num); in main()
2367 qemu_opt_set(hda_opts, "heads", num); in main()
2369 qemu_opt_set(hda_opts, "secs", num); in main()
2371 qemu_opt_set(hda_opts, "trans", "lba"); in main()
2373 qemu_opt_set(hda_opts, "trans", "none"); in main()
3197 qemu_opt_set(hda_opts, "cache", "unsafe"); in main()
3213 qemu_opt_set(hdb_opts, "cache", "unsafe"); in main()
/external/qemu/include/qemu/
Doption.h111 int qemu_opt_set(QemuOpts *opts, const char *name, const char *value);
/external/qemu/ui/
Dconsole.c1616 qemu_opt_set(opts, "width", temp); in text_console_init_compat()
1625 qemu_opt_set(opts, "height", temp); in text_console_init_compat()