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 <afaer...@suse.de> > Reviewed-by: Emilio G. Cota <c...@braap.org> > Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org> > Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
It looks like this broke --disable-tcg: https://travis-ci.org/qemu/qemu/jobs/292776092 LINK x86_64-softmmu/qemu-system-x86_64 target/i386/cpu.o: In function `x86_cpu_common_class_init': /home/travis/build/qemu/qemu/target/i386/cpu.c:4215: undefined reference to `tcg_x86_init' collect2: error: ld returned 1 exit status make[1]: *** [qemu-system-x86_64] Error 1 make: *** [subdir-x86_64-softmmu] Error 2 The command "make ${MAKEFLAGS} && ${TEST_CMD}" exited with 2. -- Eduardo