finally kill cpudef config section support
commit511c68d3af626cb0a39034cb77e7ac64d3a26c0c
authorEduardo Habkost <ehabkost@redhat.com>
Tue, 4 Dec 2012 18:32:58 +0000 (4 16:32 -0200)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 8 Dec 2012 14:29:42 +0000 (8 14:29 +0000)
tree9b613fb4b161bb05d42bb2728c7c109691798f5b
parent4cdd2e665ec4bd10c20c26432ee9ffe4db7bcc1c
finally kill cpudef config section support

The external CPU models were removed on QEMU 1.2, and the support for
the "cpudef" config sections was documented as deprecated, but the
actual removal of the config section was pending.

Now that QEMU 1.3 was released, we can finally kill the support for
cpudef config sections, and support only the built-in CPU models from
target-i386/cpu.c.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
qemu-config.c