From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: Re: [ANNOUNCE] qemu-kvm-0.13.0-rc1 Date: Wed, 08 Sep 2010 15:33:06 -0500 Message-ID: <4C87F302.7050702@codemonkey.ws> References: <20100908162918.GA27948@amt.cnet> <4C87EC78.9030800@xutrox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: kvm@vger.kernel.org To: Arjan Koers <0h61vkll2ly8@xutrox.com> Return-path: Received: from mail-gw0-f46.google.com ([74.125.83.46]:46735 "EHLO mail-gw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754179Ab0IHUdK (ORCPT ); Wed, 8 Sep 2010 16:33:10 -0400 Received: by gwj17 with SMTP id 17so278177gwj.19 for ; Wed, 08 Sep 2010 13:33:09 -0700 (PDT) In-Reply-To: <4C87EC78.9030800@xutrox.com> Sender: kvm-owner@vger.kernel.org List-ID: On 09/08/2010 03:05 PM, Arjan Koers wrote: > On 2010-09-08 18:29, Marcelo Tosatti wrote: > =20 >> 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 you= r >> 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. >> =20 > The build fails when configure flag --disable-cpu-emulation is used: > =20 That flag needs to go away. Regards, Anthony Liguori > ... > 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_i= nit' > 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_i= nit' > 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 compilat= ion > succeeds and only one non-fatal warning remains: > /home/kvm/qemu-kvm/target-i386/fake-exec.c:26: warning: no previous > prototype for =E2=80=98code_gen_max_block_size=E2=80=99 > -- > To unsubscribe from this list: send the line "unsubscribe kvm" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > =20