Home
last modified time | relevance | path

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

/qemu/util/
H A Dqemu-option.c482 static QemuOpt *opt_create(QemuOpts *opts, const char *name, char *value) in opt_create() function
516 QemuOpt *opt = opt_create(opts, name, g_strdup(value)); in qemu_opt_set()
822 opt = opt_create(opts, option, value); in opts_do_parse()