Revision ba6212d8

b/Makefile
298 298

  
299 299
install-sysconfig: install-datadir install-confdir
300 300
	$(INSTALL_DATA) $(SRC_PATH)/sysconfigs/target/target-x86_64.conf "$(DESTDIR)$(qemu_confdir)"
301
	$(INSTALL_DATA) $(SRC_PATH)/sysconfigs/target/cpus-x86_64.conf "$(DESTDIR)$(qemu_datadir)"
302 301

  
303 302
install: all $(if $(BUILD_DOCS),install-doc) install-sysconfig install-datadir
304 303
	$(INSTALL_DIR) "$(DESTDIR)$(bindir)"
b/arch_init.c
136 136
    /* Indicates it is an user config file (disabled by -no-user-config) */
137 137
    bool userconfig;
138 138
} default_config_files[] = {
139
    { CONFIG_QEMU_DATADIR "/cpus-" TARGET_ARCH ".conf",  false },
140 139
    { CONFIG_QEMU_CONFDIR "/qemu.conf",                   true },
141 140
    { CONFIG_QEMU_CONFDIR "/target-" TARGET_ARCH ".conf", true },
142 141
    { NULL }, /* end of list */
/dev/null
1
# The CPU models from this file are now built-in in the QEMU source code

Also available in: Unified diff