From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: another kvm-70 compile bug with rhel/centos 5.2 Date: Tue, 01 Jul 2008 10:11:16 +0300 Message-ID: <4869D894.3070501@qumranet.com> References: <4862AE06.6060206@lfarkas.org> <4867AE8A.4010600@qumranet.com> <4867C557.3040806@lfarkas.org> <4867CB82.60507@qumranet.com> <1214874782.11053.20.camel@eowyn.bussink.local> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Farkas Levente , kvm@vger.kernel.org To: mailinglist@bussink.ch Return-path: Received: from il.qumranet.com ([212.179.150.194]:46968 "EHLO il.qumranet.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752120AbYGAHLS (ORCPT ); Tue, 1 Jul 2008 03:11:18 -0400 In-Reply-To: <1214874782.11053.20.camel@eowyn.bussink.local> Sender: kvm-owner@vger.kernel.org List-ID: Erik Bussink wrote: > Thanks Avi for the rhel-5.2.patch. I was able to successfully apply it > to kvm-70. In addition I found myself having to make one more small > modification for RHEL 5.2 > > I found myself also having to modify the kernel/external-module-compat.h > at line 670 (as per emails from Andrea Arcangeli on June 18th) > > and change > #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,19) && > defined(CONFIG_KALLSYMS) > > to > > #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,17) && > defined(CONFIG_KALLSYMS) > > That's already in kvm-userspace.git. > The only thing that I seem to be halting my progression right now is > that I cannot find the qemu-kvm helper program. It doesn't seem like it > was compiled and installed. Yet I find now qemu-system-x86_64 instead. > > [root@eowyn ~]# which qemu-kvm > /usr/bin/which: no qemu-kvm in > (/usr/lib64/qt-3.3/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/lib64/ccache/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin) > > [root@eowyn ~]# which qemu-nbd > /usr/local/bin/qemu-nbd > > [root@eowyn ~]# ll /usr/local/bin/qem* > -rwxr-xr-x 1 root root 128616 Jul 1 02:54 /usr/local/bin/qemu-img > -rwxr-xr-x 1 root root 130808 Jul 1 02:54 /usr/local/bin/qemu-nbd > -rwxr-xr-x 1 root root 6740783 Jul 1 > 02:54 /usr/local/bin/qemu-system-x86_64 > > I'm able to start a virtual machine with qemu-system-x86_64. Should I > stop looking for a qemu-kvm ? > > qemu-kvm is Fedora's name for qemu-system-x86_64. It was renamed so you could run plain qemu and kvm side by side. -- error compiling committee.c: too many arguments to function