From 490b648e5b8987d4d497c222e0941a8b129a5eb6 Mon Sep 17 00:00:00 2001 From: Kevin Wolf Date: Fri, 5 Mar 2010 18:21:56 +0100 Subject: qemu-config: Make qemu_config_parse more generic qemu_config_parse gets the option groups as a parameter now instead of hardcoding the VM configuration groups. This way it can be used for other configurations, too. Signed-off-by: Kevin Wolf --- qemu-config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qemu-config.h') diff --git a/qemu-config.h b/qemu-config.h index 07a7a27..dd299c2 100644 --- a/qemu-config.h +++ b/qemu-config.h @@ -17,7 +17,7 @@ int qemu_global_option(const char *str); void qemu_add_globals(void); void qemu_config_write(FILE *fp); -int qemu_config_parse(FILE *fp, const char *fname); +int qemu_config_parse(FILE *fp, QemuOptsList **lists, const char *fname); int qemu_read_config_file(const char *filename); -- cgit v1.1