Re: [Qemu-devel] [PATCH 21/28] arm: replace cpu_arm_init() with cpu_generic_init()

2017-08-14 Thread Andrew Jones
On Fri, Jul 14, 2017 at 03:52:12PM +0200, Igor Mammedov wrote: > it's just a wrapper, drop it and use cpu_generic_init() directly > > Signed-off-by: Igor Mammedov > --- > CC: Jan Kiszka > CC: Peter Maydell > CC: Andrzej Zaborowski > CC: qemu-...@nongnu.org > --- > target/arm/cpu.h| 3 +--

[Qemu-devel] [PATCH 21/28] arm: replace cpu_arm_init() with cpu_generic_init()

2017-07-14 Thread Igor Mammedov
it's just a wrapper, drop it and use cpu_generic_init() directly Signed-off-by: Igor Mammedov --- CC: Jan Kiszka CC: Peter Maydell CC: Andrzej Zaborowski CC: qemu-...@nongnu.org --- target/arm/cpu.h| 3 +-- hw/arm/musicpal.c | 2 +- hw/arm/omap1.c | 2 +- hw/arm/omap2.c | 2 +-