Re: [Qemu-devel] [PATCH qom-cpu-next v3 0/4] target-i386: X86CPU subclasses

2013-02-02 Thread Andreas Färber
Am 02.02.2013 01:37, schrieb Andreas Färber: > Hello, > > Long announced, here it is after the freeze: My 3rd attempt at CPU subclasses. > v3 is closer to v1 again, slimmed down not to touch x86_def_t much. > > It was noticed that in theory a QOM class enumeration could lead to the host > CPU cla

[Qemu-devel] [PATCH qom-cpu-next v3 0/4] target-i386: X86CPU subclasses

2013-02-01 Thread Andreas Färber
Hello, Long announced, here it is after the freeze: My 3rd attempt at CPU subclasses. v3 is closer to v1 again, slimmed down not to touch x86_def_t much. It was noticed that in theory a QOM class enumeration could lead to the host CPU class_init running before kvm_init(). My proposal is to make t