hi, friends
Today i test kvm-87, but i cannot load the module:
%./configure --prefix=/usr/local --audio-drv-list="alsa oss" --enable-mixemu
%make
%sudo make install
%sudo modprobe kvm-amd
FATAL: Error inserting kvm_amd (/lib/modules/2.6.30-ARCH/extra/kvm-amd.ko): Unknown symbol in module, or unknown parameter (see dmesg)
%dmesg
......
kvm: emulating exchange as write
kvm: Unknown symbol __tracepoint_kvm_ack_irq
kvm: Unknown symbol __tracepoint_kvm_apic
kvm: Unknown symbol __tracepoint_kvm_entry
kvm: Unknown symbol __tracepoint_kvm_hypercall
kvm: Unknown symbol __tracepoint_kvm_set_irq
kvm: Unknown symbol __tracepoint_kvm_cpuid
kvm: Unknown symbol __tracepoint_kvm_pio
kvm: Unknown symbol __tracepoint_kvm_ack_irq
kvm: Unknown symbol __tracepoint_kvm_apic
kvm: Unknown symbol __tracepoint_kvm_entry
kvm: Unknown symbol __tracepoint_kvm_hypercall
kvm: Unknown symbol __tracepoint_kvm_set_irq
kvm: Unknown symbol __tracepoint_kvm_cpuid
kvm: Unknown symbol __tracepoint_kvm_pio
loaded kvm module (kvm-kmod-devel-86
sincerely!
Have you tried kernel module as suggested in the following thread?
http://www.linux-kvm.com/content/kvm-87-module-errors
Doesnot it mean kvm-87.tar.gz contain all of things ?
kvm-86.tar.gz does contain all we need and kvm-86 works fine.
You're right in that the kernel module comes as part of the kvm-xx.tar.gz. However, kvm-kmod is developed independently and the latest kvm-kmod probably has a fix for your problem. Can you try and let us know if it works?
It needs some time for me to understand the relation between kvm-kmod-2.6.30.1.tar and kvm-87.tar.gz.
there is no README file in kvm-kmod-2.6.30.1 so i guess to build it as below:
./configure
make
sudo make install
right ? I will test it later.
The kvm-xx tarball is like a snapshot of the qemu-kvm + kvm-kmod development although you can install and upgrade each part separately. In this case, it's just a matter of updating your kvm-kmod piece.
You're correct in that it's just a configure;make;make install to install the latest kvm-kmod release.
kvm-kmod-2.6.30.1 works now!
1. install kvm-87
2. install kvm-kmod-2.6.30.1
It works fine however i will still use kvm-86 untill kvm-87 to be fixed because i donot want 2 steps to install KVM.
Regards!
Post new comment