diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2009-10-14 10:39:27 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-11-09 08:43:13 -0600 |
commit | 42262ba860f9d0186efe7ea74266207e30ddd0d0 (patch) | |
tree | cb2e273a3d214412cf67a3342525b1a0cbac9d65 /qemu-config.h | |
parent | 9d993394a1a63e500194b4eabd8a01b1af401a8f (diff) |
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>
Diffstat (limited to 'qemu-config.h')
-rw-r--r-- | qemu-config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu-config.h b/qemu-config.h index 83f9300ce1..b56485165b 100644 --- a/qemu-config.h +++ b/qemu-config.h @@ -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 */ |