A quick little story on kernel trap on Improving KVM Performance With A Tickless Kernel from the mailing list. Basically a patch (dyntick) that improved KVM (the built in kernel virtualization module if you didn't know that) performance. It basically removes some wasted cycles doing interrupts that aren't needed (I think I got that right).
Anyway, looking forward (still) to playing with this and KVM in general.