Re: [Qemu-devel] [PATCH for-3.2 v4 24/28] arm: replace instance_post_init()

2018-12-01 Thread Marc-André Lureau
Hi On Fri, Nov 30, 2018 at 3:48 PM Igor Mammedov wrote: > > On Tue, 27 Nov 2018 13:27:57 +0400 > Marc-André Lureau wrote: > > > Replace arm_cpu_post_init() instance callback by calling it from leaf > > classes, to avoid potential the ordering issue with interfaces > > post-init. > > > > Signed-of

Re: [Qemu-devel] [PATCH for-3.2 v4 24/28] arm: replace instance_post_init()

2018-11-30 Thread Igor Mammedov
On Tue, 27 Nov 2018 13:27:57 +0400 Marc-André Lureau wrote: > Replace arm_cpu_post_init() instance callback by calling it from leaf > classes, to avoid potential the ordering issue with interfaces > post-init. > > Signed-off-by: Marc-André Lureau > Suggested-by: Igor Mammedov > --- > target/a

[Qemu-devel] [PATCH for-3.2 v4 24/28] arm: replace instance_post_init()

2018-11-27 Thread Marc-André Lureau
Replace arm_cpu_post_init() instance callback by calling it from leaf classes, to avoid potential the ordering issue with interfaces post-init. Signed-off-by: Marc-André Lureau Suggested-by: Igor Mammedov --- target/arm/cpu.h | 2 ++ target/arm/cpu.c | 15 --- target/arm/cpu64.