From b5a8fe5e8a9d8a5751dd5506026bc30a14010443 Mon Sep 17 00:00:00 2001 From: Eduardo Habkost Date: Wed, 2 May 2012 13:07:25 -0300 Subject: move code to read default config files to a separate function (v2) Function added to arch_init.c because it depends on arch-specific settings. Changes v1 -> v2: - Move qemu_read_default_config_file() prototype to qemu-config.h Signed-off-by: Eduardo Habkost Signed-off-by: Anthony Liguori --- qemu-config.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'qemu-config.h') diff --git a/qemu-config.h b/qemu-config.h index 20d707f..ff934a1 100644 --- a/qemu-config.h +++ b/qemu-config.h @@ -16,4 +16,8 @@ int qemu_config_parse(FILE *fp, QemuOptsList **lists, const char *fname); int qemu_read_config_file(const char *filename); +/* Read default Qemu config files + */ +int qemu_read_default_config_files(void); + #endif /* QEMU_CONFIG_H */ -- cgit v1.1