target-i386: Kill cpudef config section support
authorEduardo Habkost <ehabkost@redhat.com>
Wed, 5 Sep 2012 20:41:13 +0000 (17:41 -0300)
committerAndreas Färber <afaerber@suse.de>
Fri, 21 Sep 2012 13:12:58 +0000 (15:12 +0200)
commitc04321b3685a0b06d737d04146a0f1f2c5950b39
tree5854025f7aad4e9099e9a94d29844e570e1986ab
parentbc3e1291ddcbc0f6548886a321c98227fa710173
target-i386: Kill cpudef config section support

It's nice to have a flexible system to maintain CPU models as data, but
this is holding us from making improvements in the CPU code because it's
not using the common infra-structure, and because the machine-type data
is still inside C code.

Users who want to configure CPU features directly may simply use the
"-cpu" command-line option (and maybe an equivalent -device option in
the future) to set CPU features.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
target-i386/cpu.c