Re: [Qemu-devel] [PATCH RFC 8/7] target-arm: Use IoC for CPU init

2012-01-29 Thread Anthony Liguori
On 01/29/2012 05:50 PM, Andreas Färber wrote: Instead of having each CPU's class_init function call its parent's function, indirect this through arm_cpu_class_init(). Signed-off-by: Andreas Färber --- target-arm/cpu-core.c | 10 +- 1 files changed, 9 insertions(+), 1 deletions(-) d

[Qemu-devel] [PATCH RFC 8/7] target-arm: Use IoC for CPU init

2012-01-29 Thread Andreas Färber
Instead of having each CPU's class_init function call its parent's function, indirect this through arm_cpu_class_init(). Signed-off-by: Andreas Färber --- target-arm/cpu-core.c | 10 +- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/target-arm/cpu-core.c b/target-arm/cp