Re: [Qemu-devel] [PATCH qom-next 5/6] target-i386: make initialize CPU in QOM way

2012-05-24 Thread Igor Mammedov
On 05/23/2012 11:27 PM, Andreas Färber wrote: Am 23.05.2012 18:39, schrieb Igor Mammedov: Make CPU creation/initialization consistent with QOM object behavior in this, by moving tcg and apic initialization from board level into CPU's initfn/realize calls and cpu_model property setter. Which mak

Re: [Qemu-devel] [PATCH qom-next 5/6] target-i386: make initialize CPU in QOM way

2012-05-23 Thread Andreas Färber
Am 23.05.2012 18:39, schrieb Igor Mammedov: > Make CPU creation/initialization consistent with QOM object > behavior in this, by moving tcg and apic initialization from board > level into CPU's initfn/realize calls and cpu_model property setter. > > Which makes CPU object self-sufficient in respec

[Qemu-devel] [PATCH qom-next 5/6] target-i386: make initialize CPU in QOM way

2012-05-23 Thread Igor Mammedov
Make CPU creation/initialization consistent with QOM object behavior in this, by moving tcg and apic initialization from board level into CPU's initfn/realize calls and cpu_model property setter. Which makes CPU object self-sufficient in respect of creation/initialization and matches a typical obj