diff options
author | Eduardo Habkost <ehabkost@redhat.com> | 2012-05-02 13:07:30 -0300 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2012-05-10 12:37:57 -0500 |
commit | e2d87bff12a5195f5b2556baabe2598e14fbed19 (patch) | |
tree | 39d03ca972a6be2ea0efdb8a305ec866bef8795f /arch_init.c | |
parent | f29a56147b66845914d0a645bf9b4c5bb9a6af57 (diff) |
move CPU definitions to /usr/share/qemu/cpus-x86_64.conf (v2)
Changes v1 -> v2:
- userconfig variable is now bool, not int
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'arch_init.c')
-rw-r--r-- | arch_init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch_init.c b/arch_init.c index 996babae9b..988adcae07 100644 --- a/arch_init.c +++ b/arch_init.c @@ -117,6 +117,7 @@ static struct defconfig_file { /* Indicates it is an user config file (disabled by -no-user-config) */ bool userconfig; } default_config_files[] = { + { CONFIG_QEMU_DATADIR "/cpus-" TARGET_ARCH ".conf", false }, { CONFIG_QEMU_CONFDIR "/qemu.conf", true }, { CONFIG_QEMU_CONFDIR "/target-" TARGET_ARCH ".conf", true }, { NULL }, /* end of list */ |