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
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
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.