Lines Matching refs:qemu_opt_get

537     const char *driver = qemu_opt_get(opts, "driver");  in default_driver_check()
557 if (qemu_opt_get(opts, "debug-threads")) { in parse_name()
560 qemu_name = qemu_opt_get(opts, "guest"); in parse_name()
562 proc_name = qemu_opt_get(opts, "process"); in parse_name()
585 fd_opaque = qemu_opt_get(opts, "opaque"); in parse_add_fd()
663 if (qemu_opt_get(opts, "snapshot") == NULL) { in drive_enable_snapshot()
1151 name = qemu_opt_get(opts, "name"); in parse_fw_cfg()
1152 file = qemu_opt_get(opts, "file"); in parse_fw_cfg()
1153 str = qemu_opt_get(opts, "string"); in parse_fw_cfg()
1154 gen_id = qemu_opt_get(opts, "gen_id"); in parse_fw_cfg()
1864 type = qemu_opt_get(opts, "qom-type"); in object_option_parse()
1893 mem_lock_opt = qemu_opt_get(opts, "mem-lock"); in overcommit_parse()
2149 mem_str = qemu_opt_get(opts, "size"); in parse_memory_options()
2158 if (qemu_opt_get(opts, "maxmem")) { in parse_memory_options()
2159 qdict_put_str(prop, "max-size", qemu_opt_get(opts, "maxmem")); in parse_memory_options()
2161 if (qemu_opt_get(opts, "slots")) { in parse_memory_options()
2162 qdict_put_str(prop, "slots", qemu_opt_get(opts, "slots")); in parse_memory_options()
2232 g->driver = qemu_opt_get(opts, "driver"); in global_init_func()
2233 g->property = qemu_opt_get(opts, "property"); in global_init_func()
2234 g->value = qemu_opt_get(opts, "value"); in global_init_func()
2381 const char *acc = qemu_opt_get(opts, "accel"); in do_configure_accelerator()
3268 if (qemu_opt_get(opts, "fsdriver") == NULL || in qemu_init()
3269 qemu_opt_get(opts, "mount_tag") == NULL) { in qemu_init()
3275 qemu_opt_get(opts, "mount_tag"), in qemu_init()
3279 qemu_opt_get(opts, "mount_tag")); in qemu_init()
3283 writeout = qemu_opt_get(opts, "writeout"); in qemu_init()
3294 qemu_opt_get(opts, "fsdriver"), &error_abort); in qemu_init()
3295 path = qemu_opt_get(opts, "path"); in qemu_init()
3299 security_model = qemu_opt_get(opts, "security_model"); in qemu_init()
3304 socket = qemu_opt_get(opts, "socket"); in qemu_init()
3308 sock_fd = qemu_opt_get(opts, "sock_fd"); in qemu_init()
3316 multidevs = qemu_opt_get(opts, "multidevs"); in qemu_init()
3326 qemu_opt_get(opts, "mount_tag"), &error_abort); in qemu_init()
3414 optarg = qemu_opt_get(accel_opts, "accel"); in qemu_init()
3493 option_rom[nb_option_roms].name = qemu_opt_get(opts, "romfile"); in qemu_init()
3517 error_guest_name = qemu_opt_get(opts, "guest"); in qemu_init()
3693 str = qemu_opt_get(opts, "chroot"); in qemu_init()
3697 str = qemu_opt_get(opts, "user"); in qemu_init()