Correct me if I'm wrong, but KVM allows paravittualizatuon as well, for guests that support
it's interface, letting it achieve similar performance to xen for (currently) Linux guests.
Posted Dec 11, 2009 15:55 UTC (Fri) by gnb (subscriber, #5132)
[Link]
Yes, you can use paravirtualised device drivers in KVM to avoid the I/O
performance hit of emulated I/O hardware for things like networking and
disks. That said the guest kernel is unmodified, so it won't run at all
without CPU virtualisation support, and some aspects of kernel performance
will be very dependent on how good the implementation of said support is in
the CPU you're using.