On 2010-09-08 18:29, Marcelo Tosatti wrote:
> 
> qemu-kvm-0.13.0-rc1 is now available. This release is based on the
> upstream qemu 0.13.0-rc1, plus kvm-specific enhancements. 
> 
> This release can be used with the kvm kernel modules provided by your
> distribution kernel, or by the modules in the kvm-kmod package, such
> as kvm-kmod-2.6.35.
> 
> Please help with testing for a stable 0.13.0 release.

The build fails when configure flag --disable-cpu-emulation is used:
...
  CC    x86_64-softmmu/pcspk.o
  CC    x86_64-softmmu/i8254.o
  CC    x86_64-softmmu/i8254-kvm.o
  CC    x86_64-softmmu/device-assignment.o
  LINK  x86_64-softmmu/qemu-system-x86_64
exec.o: In function `cpu_exec_init_all':
/home/kvm/qemu-kvm/exec.c:585: undefined reference to `tcg_ctx'
/home/kvm/qemu-kvm/exec.c:585: undefined reference to `tcg_prologue_init'
collect2: ld returned 1 exit status
make[1]: *** [qemu-system-x86_64] Error 1
make: *** [subdir-x86_64-softmmu] Error 2
  LINK  x86_64-softmmu/qemu-system-x86_64
exec.o: In function `cpu_exec_init_all':
/home/kvm/qemu-kvm/exec.c:585: undefined reference to `tcg_ctx'
/home/kvm/qemu-kvm/exec.c:585: undefined reference to `tcg_prologue_init'
collect2: ld returned 1 exit status
make[1]: *** [qemu-system-x86_64] Error 1
make: *** [subdir-x86_64-softmmu] Error 2


When line 585 'tcg_prologue_init(&tcg_ctx);' is removed, the compilation
succeeds and only one non-fatal warning remains:
/home/kvm/qemu-kvm/target-i386/fake-exec.c:26: warning: no previous
prototype for ‘code_gen_max_block_size’
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to