1 Jul 2008 03:13
Re: another kvm-70 compile bug with rhel/centos 5.2
Erik Bussink <mailinglist <at> bussink.ch>
2008-07-01 01:13:02 GMT
2008-07-01 01:13:02 GMT
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) So now I can successfully build KVM-70 on RHEL 5.2 for the AMD-V, and load the modules in the kernel (2.6.18-92.1.6.el5 [root <at> eowyn ~]# lsmod | grep kvm [root <at> eowyn ~]# modprobe kvm [root <at> eowyn ~]# modprobe kvm_amd [root <at> eowyn ~]# lsmod | grep kvm kvm_amd 62888 0 kvm 178416 1 kvm_amd [root <at> eowyn ~]# 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.(Continue reading)
RSS Feed