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:
Gerd Hoffmann 2009-10-14 10:39:27 +02:00 committed by Anthony Liguori
parent 9d993394a1
commit 42262ba860
2 changed files with 51 additions and 0 deletions

View file

@ -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 */