On Sat, Apr 09, 2016 at 05:37:43PM -0300, Eduardo Habkost wrote:
> The only reason cpudef_init() still exists is the
> qemu_hw_version()-based model_id hack at x86_cpudef_setup().
>
> Move the model_id hack to machine compat_props so we can make the
> model_id field constant at the CPU model table
The only reason cpudef_init() still exists is the
qemu_hw_version()-based model_id hack at x86_cpudef_setup().
Move the model_id hack to machine compat_props so we can make the
model_id field constant at the CPU model table, and then remove
cpudef_init() completely.
Eduardo Habkost (4):
osdep: