On 11/10/2017 08:53 PM, Emilio G. Cota wrote:
> 55c3cee ("qom: Introduce CPUClass.tcg_initialize", 2017-10-24)
> introduces a per-CPUClass bool that we check so that the target CPU
> is initialized for TCG only once. This works well except when
> we end up creating more than one CPUClass, in which case we end
> up incorrectly initializing TCG more than once, i.e. once for
> each CPUClass.... more than one CPUClass for a given translator. Ideally, cortex-r5 and cortex-a53 would have a common parent class which would hold all of the bits that are common between them, including the translator. That said, Reviewed-by: Richard Henderson <[email protected]> r~
