diff options
author | Eduardo Habkost | 2012-09-05 22:41:11 +0200 |
---|---|---|
committer | Andreas Färber | 2012-09-21 15:12:58 +0200 |
commit | ba6212d8a809b89151a9d76b452b814836474029 (patch) | |
tree | 686dd1f14b0cabd2527bf2511c8cc2d6afcafa11 /sysconfigs/target | |
parent | target-i386: Move CPU models from cpus-x86_64.conf to C (diff) | |
download | qemu-ba6212d8a809b89151a9d76b452b814836474029.tar.gz qemu-ba6212d8a809b89151a9d76b452b814836474029.tar.xz qemu-ba6212d8a809b89151a9d76b452b814836474029.zip |
Eliminate cpus-x86_64.conf file
This file is not needed anymore, as QEMU won't ship any config-based
cpudefs out of the box, relying only on the builtin CPU models.
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
Diffstat (limited to 'sysconfigs/target')
-rw-r--r-- | sysconfigs/target/cpus-x86_64.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysconfigs/target/cpus-x86_64.conf b/sysconfigs/target/cpus-x86_64.conf deleted file mode 100644 index 3902189836..0000000000 --- a/sysconfigs/target/cpus-x86_64.conf +++ /dev/null @@ -1 +0,0 @@ -# The CPU models from this file are now built-in in the QEMU source code |