which OS suitable to install KVM? is there possible for centOS 6.2 with centrino processor?
KVM Installation
Hello ,
Does Intel Centrino processor supported to install KVM?
Attachment is the error message during installation.
May i know what can cause this and how to finish my installation?
Hope to hear from you soon.
Thanks.
Regard,
Hairie
Hi guys,
could anyone help me figure this out?
When i try to compile kvm into a module i get this error:
[root@localhost kvm-kmod-3.4]# make
make -C /lib/modules/2.6.18-128.el5/build M=`pwd` \
LINUXINCLUDE="-I`pwd`/include -Iinclude \
-Iinclude2 -I/lib/modules/2.6.18-128.el5/source/include
-I/lib/modules/2.6.18-128.el5/source/arch/x86/include \
-Iarch/x86/include/generated \
-I`pwd`/include-compat -I`pwd`/x86 \
-include include/linux/autoconf.h \
-include `pwd`/x86/external-module-compat.h" \
"$@"
make[1]: Entering directory `/usr/src/kernels/2.6.18-128.el5-i686'
CC [M] /kvm-kmod-3.4/x86/svm.o
In file included from /kvm-kmod-3.4/x86/external-module-compat.h:16,
from <command line>:1:
/kvm-kmod-3.4/x86/../external-module-compat-comm.h: In function ?flush_work?:
/kvm-kmod-3.4/x86/../external-module-compat-comm.h:267: error: implicit declarat
ion of function ?cancel_work_sync?
In file included from /kvm-kmod-3.4/x86/external-module-compat.h:16,
from <command line>:1:
/kvm-kmod-3.4/x86/../external-module-compat-comm.h: At top level:
/kvm-kmod-3.4/x86/../external-module-compat-comm.h:660: warning: ?struct srcu_st
ruct? declared inside parameter list
/kvm-kmod-3.4/x86/../external-module-compat-comm.h:660: warning: its scope is on
ly this definition or declaration, which is probably not what you want
In file included from /kvm-kmod-3.4/x86/external-module-compat.h:16,
from <command line>:1:
/kvm-kmod-3.4/x86/../external-module-compat-comm.h:1105: warning: ?struct path?declared inside parameter list
/kvm-kmod-3.4/x86/../external-module-compat-comm.h:1126: warning: ?struct path?declared inside parameter list
In file included from /kvm-kmod-3.4/x86/svm.c:51:
/kvm-kmod-3.4/include/linux/kvm_host.h:50:23: error: linux/bug.h: No such file or directory
In file included from /kvm-kmod-3.4/x86/svm.c:51:
/kvm-kmod-3.4/include/linux/kvm_host.h:283: error: field ?srcu? has incomplete type
/kvm-kmod-3.4/include/linux/kvm_host.h:487: warning: ?struct vm_fault? declaredinside parameter list
/kvm-kmod-3.4/x86/svm.c: In function ?svm_set_tsc_khz?:
/kvm-kmod-3.4/x86/svm.c:1036: error: expected expression before ?do?
/kvm-kmod-3.4/x86/svm.c: In function ?svm_handle_mce?:
/kvm-kmod-3.4/x86/svm.c:1876: error: implicit declaration of function ?pr_err?
make[3]: *** [/kvm-kmod-3.4/x86/svm.o] Error 1
make[2]: *** [/kvm-kmod-3.4/x86] Error 2
make[1]: *** [_module_/kvm-kmod-3.4] Error 2
make[1]: Leaving directory `/usr/src/kernels/2.6.18-128.el5-i686'
make: *** [all] Error 2
what does this mean?
and where am i going wrong?
Cheers!