mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
QemuOpts: allow new option groups be registered at runtime.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
916452df46
commit
dfe795e71f
2 changed files with 18 additions and 1 deletions
|
@ -16,6 +16,7 @@ extern QemuOptsList qemu_mon_opts;
|
|||
extern QemuOptsList qemu_cpudef_opts;
|
||||
|
||||
QemuOptsList *qemu_find_opts(const char *group);
|
||||
void qemu_add_opts(QemuOptsList *list);
|
||||
int qemu_set_option(const char *str);
|
||||
int qemu_global_option(const char *str);
|
||||
void qemu_add_globals(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue