From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Date: Tue, 11 May 2010 15:51:11 +0000 Subject: Re: kvm-qemu build break on PPC 970 environment Message-Id: <4BE97CEF.5000507@suse.de> List-Id: References: <4BE92B0C.1020902@czero.it> In-Reply-To: <4BE92B0C.1020902@czero.it> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kvm-ppc@vger.kernel.org Alexander Graf wrote: > > Am 11.05.2010 um 14:40 schrieb Giuseppe : > >> Alexander Graf ha scritto: >>> >>> Am 11.05.2010 um 12:01 schrieb Giuseppe : >>> >>>> Hi, >>>> I have some problems compiling the last qemu-kvm git tree, the >>>> first is about this patch: >>> >>> Hi Guiseppe, >>> >>> Please use stock qemu.git for powerpc. There you can switch to kvm >>> mode using -enable-kvm. >>> >>> Alex >>> >> Hi, >> if you intend the git://git.sv.gnu.org/qemu.git I get the same problem: >> >> CC ppc64-softmmu/kvm-all.o >> cc1: warnings being treated as errors >> /usr/src/qemu/kvm-all.c: In function 'kvm_get_dirty_pages_log_range': >> /usr/src/qemu/kvm-all.c:305: error: implicit declaration of function >> 'leHOST_LONG_BITS_to_cpu' >> make[1]: *** [kvm-all.o] Error 1 >> make[1]: *** Waiting for unfinished jobs.... >> make: *** [subdir-ppc64-softmmu] Error 2 >> >> >> I'm doing something wrong??? > > No you're not. Appatently something broke recently :(. I'll look at it > asap. I sent a patch to fix this breakage to qemu-devel. Alex