Re: [Qemu-devel] [PATCH RFC 0/6] target-i386: use realize for cpu initialization

2012-04-17 Thread Igor Mammedov
- Original Message - > From: "Andreas Färber" [cut]...[/cut] > Note that I'm planning to push out my QOM properties for X86CPU > today, > as suggested by Eduardo. I don't see a conflict on brief sight. > > Andreas np, I'll rebase on top of it. > > -- > SUSE LINUX Products GmbH, Maxfeldst

Re: [Qemu-devel] [PATCH RFC 0/6] target-i386: use realize for cpu initialization

2012-04-17 Thread Andreas Färber
Am 17.04.2012 01:36, schrieb Igor Mammedov: > Attempt to use realize for x86 cpu initialization. > based on Paolo's "[PATCH v2] qom: Introduce object_realize_nofail()" > > working tree at: > https://github.com/imammedo/qemu/tree/x86-cpu-realize Note that I'm planning to push out my QOM propert

[Qemu-devel] [PATCH RFC 0/6] target-i386: use realize for cpu initialization

2012-04-16 Thread Igor Mammedov
Attempt to use realize for x86 cpu initialization. based on Paolo's "[PATCH v2] qom: Introduce object_realize_nofail()" working tree at: https://github.com/imammedo/qemu/tree/x86-cpu-realize