Aidan Marks wrote: > Hi Jan > > thanks, applied your patch, getting further, but now missing mmutrace.h... > > vger kvm-kmod-devel-88 # make > make -C /lib/modules/2.6.31-gentoo/build M=`pwd` \ > LINUXINCLUDE="-I`pwd`/include -Iinclude \ > -Iarch/x86/include -I`pwd`/include-compat \ > -include include/linux/autoconf.h \ > -include `pwd`/x86/external-module-compat.h " \ > "$@" > make[1]: Entering directory `/usr/src/linux-2.6.31-gentoo' > LD /tmp/kvm-kmod-devel-88/x86/built-in.o > CC [M] /tmp/kvm-kmod-devel-88/x86/svm.o > CC [M] /tmp/kvm-kmod-devel-88/x86/vmx.o > CC [M] /tmp/kvm-kmod-devel-88/x86/vmx-debug.o > CC [M] /tmp/kvm-kmod-devel-88/x86/kvm_main.o > CC [M] /tmp/kvm-kmod-devel-88/x86/x86.o > CC [M] /tmp/kvm-kmod-devel-88/x86/mmu.o > In file included from /tmp/kvm-kmod-devel-88/x86/mmutrace.h:220, > from /tmp/kvm-kmod-devel-88/x86/mmu.c:184: > include/trace/define_trace.h:53:43: error: ./mmutrace.h: No such file or > directory > make[3]: *** [/tmp/kvm-kmod-devel-88/x86/mmu.o] Error 1 > make[2]: *** [/tmp/kvm-kmod-devel-88/x86] Error 2 > make[1]: *** [_module_/tmp/kvm-kmod-devel-88] Error 2 > make[1]: Leaving directory `/usr/src/linux-2.6.31-gentoo' > make: *** [all] Error 2
Here is a better approach:
diff --git a/include/arch/x86/kvm b/include/arch/x86/kvm
new file mode 120000
index 0000000..c635817
--- /dev/null
+++ b/include/arch/x86/kvm
@@ -0,0 +1 @@
+../../../x86
\ No newline at end of file
I also pushed a kvm-kmod update for 2.6.31-based modules in my repos,
see
git://git.kiszka.org/kvm-kmod.git queue
To use this one instead of devel-88, clone it and run
git submodule update --init
./configure
make sync
make
Jan
signature.asc
Description: OpenPGP digital signature
