From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arjan Koers <0h61vkll2ly8@xutrox.com> Subject: Re: [ANNOUNCE] qemu-kvm-0.13.0-rc1 Date: Wed, 08 Sep 2010 22:05:12 +0200 Message-ID: <4C87EC78.9030800@xutrox.com> References: <20100908162918.GA27948@amt.cnet> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE To: kvm@vger.kernel.org Return-path: Received: from smtp-out0.tiscali.nl ([195.241.79.175]:49041 "EHLO smtp-out0.tiscali.nl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753061Ab0IHUWK convert rfc822-to-8bit (ORCPT ); Wed, 8 Sep 2010 16:22:10 -0400 Received: from [82.169.46.210] (helo=plutonium.lan) by smtp-out0.tiscali.nl with esmtp (Exim) (envelope-from <0h61vkll2ly8@xutrox.com>) id 1OtQtP-0001GZ-L5 for kvm@vger.kernel.org; Wed, 08 Sep 2010 22:05:15 +0200 Received: from [IPv6:2001:610:620:0:25f7:4ba1:3ce9:ca19] (unknown [IPv6:2001:610:620:0:25f7:4ba1:3ce9:ca19]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by plutonium.lan (Postfix) with ESMTPS id 0875347B83 for ; Wed, 8 Sep 2010 20:05:12 +0000 (UTC) In-Reply-To: <20100908162918.GA27948@amt.cnet> Sender: kvm-owner@vger.kernel.org List-ID: 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.=20 >=20 > 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. >=20 > Please help with testing for a stable 0.13.0 release. The build fails when configure flag --disable-cpu-emulation is used: =2E.. 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_ini= t' 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_ini= t' 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 compilatio= n 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