Well, There is a patch, that may help.

It must be applied against clean KVM-61 (maybe it works with 62).
Must be applied vs. KVM kernel-space Makefile.

# cd kvm-61/kernel/
# patch -p1 < kvm-susekernel.patch
# ./configure
# make
# make install

It helps here, on openSUSE Linux 10.3 host.

I hope that Avi will merge it in KVM-63.

-Alexey "Technologov"
--- kernel/Makefile
+++ kernel/Makefile
@@ -27,7 +27,7 @@
 all::
 	# include header priority 1) $LINUX 2) $KERNELDIR 3) include-compat
 	$(MAKE) -C $(KERNELDIR) M=`pwd` \
-		LINUXINCLUDE="-I`pwd`/include -Iinclude -I`pwd`/include-compat \
+		LINUXINCLUDE="-I`pwd`/include -Iinclude -Iinclude2 -I/usr/src/linux/include -I`pwd`/include-compat \
 		-include include/linux/autoconf.h" \
 		"$$@"
 
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to