On 05/17/2011 05:55 PM, Bernhard Kohl wrote:
kvm-kmod-2.6.38.6 does not compile on Fedora kernels>= 2.6.35.11.
index a40c39f..b91587c 100755 --- a/configure +++ b/configure @@ -153,6 +153,13 @@ if [ -n "$no_uname" -a "$want_module" ]; then depmod_version=$kernel_version fi +# Check if it is a Fedora kernel, e.g. 2.6.35.13-91.fc14.x86_64 +if echo "$kernel_version" | grep -qE '[0-9.-]+\.fc[0-9]+\..+'; then + config_fedora_kernel="#define CONFIG_FEDORA_KERNEL 1" +else + config_fedora_kernel="#undef CONFIG_FEDORA_KERNEL" +fi +
Curious, why are you targetting Fedora kernels at all? They have a really short shelf life. I though kvm-kmod was for people using longer term kernels like enterprise distros or long lived embedded projects.
For Fedora, you can use the native kvm, or install a rawhide kernel, or an upstream kernel with 'make localmodconfig'.
-- error compiling committee.c: too many arguments to function -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html