Re: [Qemu-devel] [PULL 20/51] qom: Introduce CPUClass.tcg_initialize

2017-10-26 Thread Eduardo Habkost
On Wed, Oct 25, 2017 at 11:35:04AM +0200, Richard Henderson wrote: > Move target cpu tcg initialization to common code, > called from cpu_exec_realizefn. > > Acked-by: Andreas Färber > Reviewed-by: Emilio G. Cota > Reviewed-by: Philippe Mathieu-Daudé > Signed-off-by: Richard Henderson It look

[Qemu-devel] [PULL 20/51] qom: Introduce CPUClass.tcg_initialize

2017-10-25 Thread Richard Henderson
Move target cpu tcg initialization to common code, called from cpu_exec_realizefn. Acked-by: Andreas Färber Reviewed-by: Emilio G. Cota Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Richard Henderson --- include/qom/cpu.h | 8 ++-- target/sparc/cpu.h | 2 +- exec