Kenni Lund wrote:
Ok, but as I write in my message, I'm using the KVM modules from the latest
upstream kernel, not the kvm-85 modules.

According to the KVM download page, http://www.linux-kvm.org/page/Downloads,
any kernel above 2.6.25 should work with the latest KVM userspace. This has
been true until now in my case, but it breaks with 2.6.29.1 and that's the 
reason
why I'm posting this bug report.


Can you try a bisect?

If you bisect only kvm patches it should be pretty fast. The following commands should do it:

 git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6-stable.git

(if you already have a linux git tree somewhere, do 'git remote add -f stable git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6-stable.git' instead)

 git bisect start v2.6.29.1 v2.6.28 -- arch/x86/kvm virt/kvm

git will check out a test version, build it and test, and respond with 'git bisect bad' or 'git bisect good'. Rinse and repeat.

--
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 [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to