On 14/10/2016 16:13, Laurent Vivier wrote: > > > On 14/10/2016 16:11, Igor Mammedov wrote: >> On Thu, 13 Oct 2016 18:24:43 +0200 >> Laurent Vivier <lviv...@redhat.com> wrote: >> >>> Extract the realize part to cpu_exec_realize(), update all >>> calls to cpu_exec_init() to add cpu_exec_realize() to >>> have no functionnal change. >>> >>> Put in cpu_exec_init() what initializes the CPU, >>> in cpu_exec_realize() what adds it to the environment. >> now since it's split, why not call cpu_exec_init() >> from common cpu_common_initfn() and do >> s/cpu_exec_init/cpu_exec_realize/ on individual targets >> so that they don't have to call it from their _initfn()s. > > It's done later in the series.
But I'm going to simplified the series as proposed by you and Eduardo. Thanks, Laurent