diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2009-10-14 10:39:26 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-11-09 08:43:13 -0600 |
commit | 9d993394a1a63e500194b4eabd8a01b1af401a8f (patch) | |
tree | 3af0c2cd1c06e7f562042674db450c79672345d7 /qemu-config.h | |
parent | ddc978550db144aa44098cd00c87d1436a78dd1b (diff) |
QemuOpts: dump config.
Add a function to write the QemuOpts configuration to 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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qemu-config.h b/qemu-config.h index 3cc88644e2..83f9300ce1 100644 --- a/qemu-config.h +++ b/qemu-config.h @@ -10,4 +10,6 @@ extern QemuOptsList qemu_rtc_opts; int qemu_set_option(const char *str); +void qemu_config_write(FILE *fp); + #endif /* QEMU_CONFIG_H */ |