Home | History | Annotate | Download | only in qemu

Lines Matching refs:qemu_opt_set

224     qemu_opt_set(opts, "host", uaddr);
225 qemu_opt_set(opts, "port", uport);
226 qemu_opt_set(opts, "ipv6", (e->ai_family == PF_INET6) ? "on" : "off");
227 qemu_opt_set(opts, "ipv4", (e->ai_family != PF_INET6) ? "on" : "off");
447 qemu_opt_set(opts, "ipv6", "on");
455 qemu_opt_set(opts, "ipv4", "on");
464 qemu_opt_set(opts, "host", addr);
465 qemu_opt_set(opts, "port", port);
471 qemu_opt_set(opts, "to", h+4);
473 qemu_opt_set(opts, "ipv4", "on");
475 qemu_opt_set(opts, "ipv6", "on");
492 qemu_opt_set(opts, "socket", str_fd);
569 qemu_opt_set(opts, "path", un.sun_path);
636 qemu_opt_set(opts, "path", path);
640 qemu_opt_set(opts, "path", str);
657 qemu_opt_set(opts, "path", path);