summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorEduardo Habkost2017-01-17 19:00:51 +0100
committerEduardo Habkost2017-01-24 00:25:36 +0100
commit726401be06c95cd66c91a60c702a524fdd1b6e9d (patch)
treefe2394b923e71e764f4c246f46fc6a15fcf652e5 /include
parentvl: Ensure the numa_post_machine_init func in the appropriate location (diff)
downloadqemu-726401be06c95cd66c91a60c702a524fdd1b6e9d.tar.gz
qemu-726401be06c95cd66c91a60c702a524fdd1b6e9d.tar.xz
qemu-726401be06c95cd66c91a60c702a524fdd1b6e9d.zip
arch_init: Remove unnecessary default_config_files table
The existing default_config_files table in arch_init.c has a single entry, making it completely unnecessary. The whole code can be replaced by a single qemu_read_config_file() call in vl.c. Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Message-Id: <20170117180051.11958-1-ehabkost@redhat.com> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/qemu/config-file.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/qemu/config-file.h b/include/qemu/config-file.h
index 8d4b2b6d94..c80d5c8a33 100644
--- a/include/qemu/config-file.h
+++ b/include/qemu/config-file.h
@@ -23,8 +23,4 @@ int qemu_read_config_file(const char *filename);
void qemu_config_parse_qdict(QDict *options, QemuOptsList **lists,
Error **errp);
-/* Read default QEMU config files
- */
-int qemu_read_default_config_files(bool userconfig);
-
#endif /* QEMU_CONFIG_FILE_H */