From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [ANNOUNCE] kvm-81 release Date: Mon, 15 Dec 2008 17:16:58 +0200 Message-ID: <494674EA.5000803@redhat.com> References: <49464B53.7010406@redhat.com> <49466802.2010901@lfarkas.org> <494668A1.1020107@redhat.com> <49467213.9040200@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]:53911 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751174AbYLOPRD (ORCPT ); Mon, 15 Dec 2008 10:17:03 -0500 In-Reply-To: <49467213.9040200@lfarkas.org> Sender: kvm-owner@vger.kernel.org List-ID: Farkas Levente wrote: >> 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 >> > > my host kernel or my host's kvm kernel module use vendor's kernel's kvm > module? since we build custom kernel module for kvm and that's why we > use these options until now. > --with-patched-kernel means the host kernel comes with kvm.ko and all the associated headers. That's not true for CentOS 5.2. If for some reason you want to build kvm's qemu and don't want the modules, simply ./configure (without --with-patched-kernel) and throw the modules away. -- error compiling committee.c: too many arguments to function