[Qemu-devel] [PATCH 0/2] target-i386: move CPU object creation to cpu.c (v2)

2012-12-12 Thread Eduardo Habkost
This small series moves the X86CPU object creation to the cpu.c code, as the object creation will depend on the CPU class lookup, that will be done inside cpu.c. I expect this to make the x86 CPU subclass work simpler. Maybe it will help simplify some of the CPU properties work, too. This version

[Qemu-devel] [PATCH 0/2] target-i386: move CPU object creation to cpu.c

2012-12-10 Thread Eduardo Habkost
This small series moves the X86CPU object creation to the cpu.c code, as the object creation will depend on the CPU class lookup, that will be done inside cpu.c. I expect this to make the x86 CPU subclass work simpler. Maybe it will help simplify some of the CPU properties work, too. Eduardo Habk