Lines Matching full:backend
2411 qemu_opt_set(opts, "backend", filename);
2415 qemu_opt_set(opts, "backend", "vc");
2432 qemu_opt_set(opts, "backend", "console");
2436 qemu_opt_set(opts, "backend", "serial");
2441 qemu_opt_set(opts, "backend", "file");
2446 qemu_opt_set(opts, "backend", "pipe");
2457 qemu_opt_set(opts, "backend", "socket");
2469 qemu_opt_set(opts, "backend", "udp");
2492 qemu_opt_set(opts, "backend", "socket");
2499 qemu_opt_set(opts, "backend", "parport");
2504 qemu_opt_set(opts, "backend", "tty");
2512 qemu_opt_set(opts, "backend", "fdpair");
2526 qemu_opt_set(opts, "backend", "android-kmsg");
2530 backend", "android-qemud");
2534 qemu_opt_set(opts, "backend", "android-modem");
2538 qemu_opt_set(opts, "backend", "android-gps");
2602 if (qemu_opt_get(opts, "backend") == NULL) {
2603 fprintf(stderr, "chardev: \"%s\" missing backend\n",
2608 if (strcmp(backend_table[i].name, qemu_opt_get(opts, "backend")) == 0)
2612 fprintf(stderr, "chardev: backend \"%s\" not found\n",
2613 qemu_opt_get(opts, "backend"));
2619 fprintf(stderr, "chardev: opening backend \"%s\" failed\n",
2620 qemu_opt_get(opts, "backend"));
2625 chr->filename = qemu_strdup(qemu_opt_get(opts, "backend"));