qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Eduardo Habkost
Subject: Re: [Qemu-devel] [PULL 20/51] qom: Introduce CPUClass.tcg_initialize
Date: Thu, 26 Oct 2017 14:45:48 +0200
User-agent: Mutt/1.9.0 (2017-09-02)

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 <address@hidden>
> Reviewed-by: Emilio G. Cota <address@hidden>
> Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
> Signed-off-by: Richard Henderson <address@hidden>

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]