HomeSort by relevance Sort by last modified time
    Searched refs:qemu_opt_set (Results 1 - 10 of 10) sorted by null

  /external/qemu/
qemu-sockets-android.c 179 qemu_opt_set(opts, "host", uaddr);
180 qemu_opt_set(opts, "port", uport);
181 qemu_opt_set(opts, "ipv6", (e->family == SOCKET_IN6) ? "on" : "off");
182 qemu_opt_set(opts, "ipv4", (e->family != SOCKET_IN6) ? "on" : "off");
392 qemu_opt_set(opts, "ipv6", "on");
400 qemu_opt_set(opts, "ipv4", "on");
409 qemu_opt_set(opts, "host", addr);
410 qemu_opt_set(opts, "port", port);
416 qemu_opt_set(opts, "to", h+4);
418 qemu_opt_set(opts, "ipv4", "on")
    [all...]
qemu-sockets.c 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")
    [all...]
qemu-char.c 1071 qemu_opt_set(opts, "path", q_ptsname(s->fd));
    [all...]
qemu-config.c 530 if (qemu_opt_set(opts, arg, str+offset+1) == -1) {
549 qemu_opt_set(opts, "driver", driver);
550 qemu_opt_set(opts, "property", property);
551 qemu_opt_set(opts, "value", str+offset+1);
637 if (qemu_opt_set(opts, arg, value) != 0) {
blockdev.c 58 qemu_opt_set(opts, "file", file);
455 qemu_opt_set(opts, "driver", "virtio-blk-pci");
456 qemu_opt_set(opts, "drive", dinfo->id);
458 qemu_opt_set(opts, "addr", devaddr);
qemu-option.h 111 int qemu_opt_set(QemuOpts *opts, const char *name, const char *value);
qemu-option.c 602 int qemu_opt_set(QemuOpts *opts, const char *name, const char *value) function
738 return qemu_opt_set(opts, name, value);
809 if (qemu_opt_set(opts, option, value) == -1) {
884 qemu_opt_set(opaque, key, value);
vl-android.c 898 qemu_opt_set(opts, "snapshot", "on");
    [all...]
console.c     [all...]
vl.c 702 qemu_opt_set(opts, "snapshot", "on");
    [all...]

Completed in 282 milliseconds