mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
QemuOpts: export qemu_opt_find
Export qemu_opt_find for qcow2 driver using it. After replacing QEMUOptionParameter with QemuOpts, qcow2 driver will use qemu_opt_find to judge if an option is explicitly set, to replace the usage of .assigned in QEMUOptionParameter. Signed-off-by: Chunyan Liu <cyliu@suse.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
This commit is contained in:
parent
16d12159e2
commit
74c3c19765
2 changed files with 2 additions and 1 deletions
|
@ -568,7 +568,7 @@ void qemu_opts_print_help(QemuOptsList *list)
|
|||
}
|
||||
/* ------------------------------------------------------------------ */
|
||||
|
||||
static QemuOpt *qemu_opt_find(QemuOpts *opts, const char *name)
|
||||
QemuOpt *qemu_opt_find(QemuOpts *opts, const char *name)
|
||||
{
|
||||
QemuOpt *opt;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue