mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
QemuOpts: parse config from file.
Add functions to parse QemuOpts from a git-style config file. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
9d993394a1
commit
42262ba860
2 changed files with 51 additions and 0 deletions
|
@ -11,5 +11,6 @@ extern QemuOptsList qemu_rtc_opts;
|
|||
int qemu_set_option(const char *str);
|
||||
|
||||
void qemu_config_write(FILE *fp);
|
||||
int qemu_config_parse(FILE *fp);
|
||||
|
||||
#endif /* QEMU_CONFIG_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue