]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/cpu.c
target-i386: Move CPU models from cpus-x86_64.conf to C
authorEduardo Habkost <ehabkost@redhat.com>
Wed, 5 Sep 2012 20:41:10 +0000 (17:41 -0300)
committerAndreas Färber <afaerber@suse.de>
Fri, 21 Sep 2012 13:12:58 +0000 (15:12 +0200)
commit3eca46420c9f727ea5c50086d50a610f939affe5
tree48f7ef101437e5acd1db9561ca67068a7c87a895
parenta75b081846176b020e5f39b37a0ae197172b7838
target-i386: Move CPU models from cpus-x86_64.conf to C

Those models are maintained by QEMU and may require compatibility code
to be added when making some changes. Keeping the data in the C source
code should make it simpler to handle those details.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Don Slutz <Don@CloudSwitch.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
sysconfigs/target/cpus-x86_64.conf
target-i386/cpu.c