Revision e2d87bff arch_init.c

b/arch_init.c
117 117
    /* Indicates it is an user config file (disabled by -no-user-config) */
118 118
    bool userconfig;
119 119
} default_config_files[] = {
120
    { CONFIG_QEMU_DATADIR "/cpus-" TARGET_ARCH ".conf",  false },
120 121
    { CONFIG_QEMU_CONFDIR "/qemu.conf",                   true },
121 122
    { CONFIG_QEMU_CONFDIR "/target-" TARGET_ARCH ".conf", true },
122 123
    { NULL }, /* end of list */

Also available in: Unified diff