Re: [Qemu-devel] [RFC v2 23/34] arm: cpu: static inline cpu_arm_init

2015-06-01 Thread Paolo Bonzini
On 31/05/2015 08:11, Peter Crosthwaite wrote: > Move this implementation up to the header so it is visible from system > level code once the architecture is converted to arch-obj-y. Alternative > would be to create init.c in target-arm/hw but this implementation is > trivial enough for static inl

[Qemu-devel] [RFC v2 23/34] arm: cpu: static inline cpu_arm_init

2015-05-30 Thread Peter Crosthwaite
Move this implementation up to the header so it is visible from system level code once the architecture is converted to arch-obj-y. Alternative would be to create init.c in target-arm/hw but this implementation is trivial enough for static inline. Signed-off-by: Peter Crosthwaite --- target-arm/