From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [ANNOUNCE] kvm-81 release Date: Mon, 15 Dec 2008 16:24:33 +0200 Message-ID: <494668A1.1020107@redhat.com> References: <49464B53.7010406@redhat.com> <49466802.2010901@lfarkas.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: KVM list To: Farkas Levente Return-path: Received: from mx2.redhat.com ([66.187.237.31]:34932 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757231AbYLOOYi (ORCPT ); Mon, 15 Dec 2008 09:24:38 -0500 In-Reply-To: <49466802.2010901@lfarkas.org> Sender: kvm-owner@vger.kernel.org List-ID: Farkas Levente wrote: > Avi Kivity wrote: > >> This release fixes a bunch of display regressions, and restores >> userspace/kernel compatibility with older kernel modules. There are a >> few other goodies hidden in there, for example scsi is now enabled on >> >>> 4G guests. >>> > > hi, > until kvm-80 it compile on rhel/centos-5 with: > ./configure --with-patched-kernel --kerneldir=./kernel --prefix=/usr > --audio-drv-list=oss,alsa > but now gives this error: > Error: kernelversion not found > Please make sure your kernel is configured > in can make a symlink in kernel/include to > /lib/modules/`uname -r`/build/include/config > but is it a feature of bug You shouldn't use --with-patched-kernel, that's useful only if your host kernel is kvm.git, not a vendor kernel. Use ./configure --prefix=/usr --audio-drv-list=oss,alsa -- error compiling committee.c: too many arguments to function