On 05/04/2011 04:56 PM, Ingo Molnar wrote:
Also, the IRQs used by kvm should be enumerated in an include file in a single place, with ranges allocated for specific purposes, otherwise we'll quickly lose track of them.
You'll also quickly run out of interrupts. To get lots of devices you can use level-triggered interrupts (this is really how the device is meant to be used, but is slow) or switch to MSI-X (fast but significantly more code needed).
-- 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