Re: [Qemu-devel] [PATCH for-2.7 0/4] cpu: Finally remove cpudef_init()

2016-05-11 Thread Eduardo Habkost
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

[Qemu-devel] [PATCH for-2.7 0/4] cpu: Finally remove cpudef_init()

2016-04-09 Thread Eduardo Habkost
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: