Re: [Qemu-devel] [PATCH qom-cpu v10 2/2] target-i386: X86CPU model subclasses

2014-03-09 Thread Andreas Färber
Am 04.03.2014 20:53, schrieb Eduardo Habkost: > On Tue, Feb 25, 2014 at 08:36:27AM +0100, Andreas Färber wrote: >> From: Eduardo Habkost >> >> Register separate QOM types for each x86 CPU model. >> >> This will allow management code to more easily probe what each CPU model >> provides, by simply c

Re: [Qemu-devel] [PATCH qom-cpu v10 2/2] target-i386: X86CPU model subclasses

2014-03-04 Thread Eduardo Habkost
On Tue, Feb 25, 2014 at 08:36:27AM +0100, Andreas Färber wrote: > From: Eduardo Habkost > > Register separate QOM types for each x86 CPU model. > > This will allow management code to more easily probe what each CPU model > provides, by simply creating objects using the appropriate class name, >

[Qemu-devel] [PATCH qom-cpu v10 2/2] target-i386: X86CPU model subclasses

2014-02-24 Thread Andreas Färber
From: Eduardo Habkost Register separate QOM types for each x86 CPU model. This will allow management code to more easily probe what each CPU model provides, by simply creating objects using the appropriate class name, without having to restart QEMU. This also allows us to eliminate the qdev_pro